A small React + Vite frontend for estimating rainwater collection and tank storage.
npm install
npm run devThis runs the front end located in the client/ folder.
npm run dev— start the dev servernpm run build— build the production bundlenpm run preview— preview the production buildnpm run lint— run ESLint on the front-end code
client/— React + Vite application (source code lives here)
If you want to update the UI, edit code under client/src/.