- Frontend
- Nuxt
- NuxtUI
- test
- playwright
- lint
- biome
- deploy
- vercel
Make sure to install dependencies:
yarn installStart the development server on http://localhost:3000:
# Server startup
yarn dev
# Using Formats
yarn format {path}
# E2E Testing.
yarn e2eBuild the application for production:
yarn buildLocally preview production build:
yarn previewCheck out the deployment documentation for more information.