This is the documentation for Nuxt One.
Make sure to install the dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm generate
Locally preview production build:
pnpm preview