- NuxtJS 3
- TailwindCSS
- Vite
- [Node > v20]
- [Bun > v1]
- Clone this repository to your machine
- Run
bun installto install the dependencies - Run
bun run devto start the development server - Run
bun run buildto start the production server (on production) - Open your browser and type the address
http://localhost:3000