https://github.com/toxic-development/sysmanix-dashboard
Frontend and Dashboard for the ChornoServe API
https://github.com/toxic-development/sysmanix-dashboard
Last synced: over 1 year ago
JSON representation
Frontend and Dashboard for the ChornoServe API
- Host: GitHub
- URL: https://github.com/toxic-development/sysmanix-dashboard
- Owner: toxic-development
- Created: 2025-02-28T11:20:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-06T08:14:05.000Z (over 1 year ago)
- Last Synced: 2025-03-06T08:26:35.162Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SysManix
A sleek frontend for the RESTful API cross-platform service management API [ChronoServe](https://github.com/TheRealToxicDev/ChronoServe).
## Frontend Overview
- This frontend depends upon the usage of our proprietary [API](https://github.com/TheRealToxicDev/ChronoServe).
## Steps to Self-Host
- Run on Development server
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
- Rename your .env.template to .env and Setup your .env correctly.
```env
NEXT_PUBLIC_API_URL=(link to your API)
```