Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 594 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 594 Bytes

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000:

# pnpm
pnpm dev

Production

Static Build:

# pnpm
pnpm generate

Locally preview static build:

# pnpm
pnpm start

Check out the deployment documentation for more information.

Make sure local .env is updated