- Install Node.js if you do not already have it.
- Install dependencies.
npm install- Start the development server.
npm run devThis repo is now set up as a Vite app, so it can be deployed as a static site.
Build the production bundle with:
npm run buildDeploy the generated dist folder to Vercel, Netlify, GitHub Pages, or any static host.
The app component lives in main.jsx, and the Vite entrypoint is src/main.jsx.