A web client for Ekydum Server.
-
Clone or download this repository
-
Configure nginx using
nginx-reverse-proxy.example.confto serve files fromdist/directory -
Open browser and navigate to your domain
- Open Manage page
- Enter Server URL and Admin Token
- Create first account and additional accounts as needed
- Open Settings page
- Enter Server URL and Account Token
- Start using the application
Requirements:
- Node.js v.22+
- npm or yarn
- Ekydum Server running
Start development server:
npm install
npm startOpen browser at http://localhost:4200
Build for production:
npm run build- Angular 19
- Bootstrap
- FontAwesome
- hls.js
- RxJS