Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 432 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 432 Bytes

Overseer

Self-hostable solution to get water meter reading. Sveltekit as Web framework. Tailwindcss as CSS framework Pocketbase as Database. Esp32 Cam as Camera.

Developing

  1. Install Dependencies
npm i
  1. Run the application in dev mode
npm run dev

Building

Create a production version of the application:

npm run build

You can preview the production build with npm run preview.