An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


SysManix Banner

# 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)
```