Written in nuxt 4
Install dependencies:
npm install
# or pnpm install | yarn install | bun installRuns the dev server at http://localhost:3000:
npm run dev
# or pnpm dev | yarn dev | bun run devBuild and preview:
npm run build
npm run preview
# or pnpm / yarn / bun equivalents