This is the documentation for Nuxt One.
Make sure to install the dependencies:
# pnpm
pnpm installStart the development server on http://localhost:3000
pnpm devBuild the application for production:
pnpm generateLocally preview production build:
pnpm preview