This repository contains the Smart Solar Bag frontend demo built with Vite, React, TypeScript and Tailwind CSS.
Getting started locally:
git clone <YOUR_GIT_URL>
cd <YOUR_PROJECT_NAME>
npm install
npm run devThe app runs on localhost (use HTTPS or localhost for geolocation in browsers).
To build for production:
npm run build
npm run previewIf you want to connect a custom domain, deploy the built site to your hosting provider and follow their domain setup instructions.