This is the static landing page for VibeNVR.
VibeNVR is a modern, privacy-respecting local Network Video Recorder (NVR). This website serves as the main introduction and download portal for the project.
- index.html: Main landing page.
- style.css: Custom styles and variables.
- assets/: Images and other static assets.
To modify and test the site locally:
- Clone this repository.
- Open
index.htmlin your web browser.- Alternatively, use a simple HTTP server (e.g.,
python3 -m http.server) to serve the directory.
- Alternatively, use a simple HTTP server (e.g.,
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.