Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quentinjuarez/nuxt3-gpt


https://github.com/quentinjuarez/nuxt3-gpt

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Nuxt 3 Starter

## Setup

### Installation

Make sure to install the dependencies

```bash
yarn install
```

### Development

Start the development server on http://localhost:3088

```bash
yarn dev
```

### Production

Build the application for production:

```bash
yarn build
```

## License

MIT [@quentinjuarez](https://github.com/quentinjuarez)