Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 389 Bytes

Project running with SvelteKit and Netlify

Running locally:

You need to have Node.js installed on your machine. Then run the following commands:

# with pnpm
pnpm install
pnpm dev
open http://localhost:5173/

# with npm
npm install
npm run dev
open http://localhost:5173/

Merging a git branch to main will trigger a deploy to Netlify. Branch previews are also available.