# The Watcher (V2) The Watcher is an uptime monitor, now fully rewritten from scratch in svelte, along with using postgresql instead of sqlite! It currently only supports web monitors but will support more soon. ## Running locally 1. Clone the repository with `git clone https://github.com/cyteon/the-watcher` 2. Install deps with `npm i` 3. Copy `.env.example` to `.env` and fill it in 4. Build it with `npm run build` 5. Run it, and navigate to http://localhost:3000 and press open dashboard 6. Create an user account as instructed 7. Profit