Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quentinjuarez/nuxt3-gpt
https://github.com/quentinjuarez/nuxt3-gpt
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/quentinjuarez/nuxt3-gpt
- Owner: quentinjuarez
- License: mit
- Created: 2024-05-24T13:28:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T19:12:47.000Z (5 months ago)
- Last Synced: 2024-06-10T16:45:59.677Z (5 months ago)
- Language: Vue
- Homepage: https://nuxt3-gpt.vercel.app
- Size: 696 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)