Skip to main content
Version: 1.0.0

Getting Started

This page shows the basic commands to run the site locally and deploy to Netlify.

Local development

cd 2pentil-web
npm install
npm run start

Open http://localhost:3000 to preview the site.

Build

npm run build
npm run serve

Deploy to Netlify

  1. Connect the repository to Netlify.
  2. Set the build command to npm run build and the publish directory to build.
  3. Add any environment variables (e.g., Supabase keys) under Site settings → Build & deploy → Environment.

Happy building!