Dashboard for NYX
Find a file
2023-04-04 17:14:34 +01:00
.github ?? 2023-03-03 16:48:43 +00:00
.vscode ?? 2023-03-03 16:48:43 +00:00
chakra_config ?? 2023-03-03 16:48:43 +00:00
components ?? 2023-04-04 17:14:34 +01:00
pages ?? 2023-04-04 17:14:34 +01:00
public syntax changes 2022-01-09 05:38:17 +08:00
styles ?? 2023-03-03 16:48:43 +00:00
.eslintrc ?? 2023-03-03 16:48:43 +00:00
.gitignore ?? 2023-03-03 16:48:43 +00:00
CONTRIBUTING.md ?? 2023-03-03 16:48:43 +00:00
LICENSE ?? 2023-03-03 16:48:43 +00:00
next.config.js ?? 2023-03-03 16:48:43 +00:00
package.json ?? 2023-04-04 17:14:34 +01:00
README.md ?? 2023-03-03 16:48:43 +00:00

Cath.gq

Cath.gq is the dashboard for its parent project, Cath.exe

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!

Run Locally

Clone the project

  git clone https://github.com/night0721/cath.gq.git

Go to the project directory

  cd cath.gq

Install dependencies

  yarn install

Configure environment variables

.env example

  DISCORD_ID=
  DISCORD_SECRET=
  DATABASE_URL=

Start the server

  npm run dev

License

MIT

Demo

Live

Authors