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.