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
- Connect the repository to Netlify.
- Set the build command to
npm run buildand the publish directory tobuild. - Add any environment variables (e.g., Supabase keys) under Site settings → Build & deploy → Environment.
Happy building!