An open API service indexing awesome lists of open source software.

https://github.com/mathix420/mathix.dev

My personal portfolio
https://github.com/mathix420/mathix.dev

Last synced: 4 months ago
JSON representation

My personal portfolio

Awesome Lists containing this project

README

          

# My personal portfolio

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
bun run dev
```

## Production

Build the application for production:

```bash
bun run build
```

Locally preview production build:

```bash
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.