Getting Started
Prerequisites
NodeJS v20 or higher
pnpm package manager
Basic understanding of Nuxt.js and Tailwind CSS
Setup
- Install Dependencies
bash
pnpm install- Start Development Server
bash
pnpm devYou should now have a local version running at http://localhost:3000
- Build for production
bash
pnpm build