1
0
Fork
You've already forked nyx-dashboard
0
Dashboard for NYX
  • JavaScript 97.6%
  • CSS 2.4%
Find a file
2025年05月29日 11:01:05 +01:00
.github Initial commit 2025年05月29日 11:01:05 +01:00
.vscode Initial commit 2025年05月29日 11:01:05 +01:00
chakra_config Initial commit 2025年05月29日 11:01:05 +01:00
components Initial commit 2025年05月29日 11:01:05 +01:00
pages Initial commit 2025年05月29日 11:01:05 +01:00
public Initial commit 2025年05月29日 11:01:05 +01:00
styles Initial commit 2025年05月29日 11:01:05 +01:00
.env.example Initial commit 2025年05月29日 11:01:05 +01:00
.eslintrc Initial commit 2025年05月29日 11:01:05 +01:00
.gitignore Initial commit 2025年05月29日 11:01:05 +01:00
CONTRIBUTING.md Initial commit 2025年05月29日 11:01:05 +01:00
LICENSE Initial commit 2025年05月29日 11:01:05 +01:00
next.config.js Initial commit 2025年05月29日 11:01:05 +01:00
package.json Initial commit 2025年05月29日 11:01:05 +01:00
README.md Initial commit 2025年05月29日 11:01:05 +01:00

NYX Dashboard

This project is dashboard for its parent project, NYX

Features

  • Login
  • Control Panel

Run Locally

 git clone https://github.com/night0721/nyx-dashboard.git # clone repository
 cd nyx-dashboard # go to project directory
 npm install # install dependencies

Then edit environment variables at .env.example, also change filename to .env

Last, start the server

 npm run dev

License

This project licensed under the GNU Public License v3.0. See LICENSE for more information.

Authors

Bugs And Feature Requests

If there is a bug you would wish to report, open a new issue and label it as bug; these will be high priority changes! If there is a feature you would like to see implemented, open a new issue and mark it as an enhancement; we'll make sure to get to these!