Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 639 Bytes

File metadata and controls

37 lines (23 loc) · 639 Bytes

SnapMark

Look at the Nuxt documentation to learn more.

Setup

Requires Node.js 24+ and pnpm 11 (via Corepack: corepack enable).

Install dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.