Self-hostable solution to get water meter reading. Sveltekit as Web framework. Tailwindcss as CSS framework Pocketbase as Database. Esp32 Cam as Camera.
- Install Dependencies
npm i
- Run the application in dev mode
npm run dev
Create a production version of the application:
npm run build
You can preview the production build with npm run preview
.