https://github.com/aoephtua/ipcamsd-cmd-generator
🖥️ Command generator for ipcamsd
https://github.com/aoephtua/ipcamsd-cmd-generator
bootstrap5 electron javascript svelte
Last synced: 19 days ago
JSON representation
🖥️ Command generator for ipcamsd
- Host: GitHub
- URL: https://github.com/aoephtua/ipcamsd-cmd-generator
- Owner: aoephtua
- License: mit
- Created: 2021-12-21T10:07:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T10:18:52.000Z (over 2 years ago)
- Last Synced: 2024-02-28T11:32:57.862Z (over 2 years ago)
- Topics: bootstrap5, electron, javascript, svelte
- Language: Svelte
- Homepage:
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipcamsd-cmd-generator
[](https://github.com/aoephtua/ipcamsd-cmd-generator/blob/master/LICENSE)
Web application developed and compiled with **[Svelte](https://github.com/sveltejs/svelte)** to generate commands for **[ipcamsd](https://github.com/aoephtua/ipcamsd)**.
It also uses [HTML Web Storage](https://www.w3schools.com/html/html5_webstorage.asp) API, [Bootstrap 5](https://github.com/twbs/bootstrap) front-end framework and [Electron](https://github.com/electron/electron).
## Light and Dark Mode

## Development
Clone, install and run locally on port 3000:
git clone https://github.com/aoephtua/ipcamsd-cmd-generator
cd ipcamsd-cmd-generator
npm install
npm run dev
## Build
npm run build
npm run build:electron
## License
This project is licensed under [MIT](https://github.com/aoephtua/ipcamsd-cmd-generator/blob/master/LICENSE).