Look at the Nuxt 3 documentation to learn more.
Node ^20.10.0
Pnpm ^9.0.0
A TMBD api key.
// TEST
Nuxt modules included:
- nuxt/eslint
- nuxt/tailwind
- nuxt/font
- nuxt/image
- nuxt/seo
- nuxt/securty
Make sure to install the dependencies:
# pnpm
pnpm install
# bun
bun install
Start the development server on http://localhost:3000
:
# pnpm
pnpm run dev
# bun
bun run dev
Build the application for production:
# pnpm
pnpm run build
# bun
bun run build
Deployment target : Cloudflare Pages Check out the deployment documentation for more information.