Dashboard for NYX
Find a file
2021-07-05 18:11:16 +08:00
.github Updated workflow name 2021-06-27 21:50:32 +08:00
.vscode Dashboard 2021-06-20 19:39:00 +08:00
chakra_config Changed Navbar to use Chakra UI 2021-06-27 18:44:22 +08:00
components Fixed more errors 2021-07-05 18:11:16 +08:00
pages Implemented sidebar and changed linting rules 2021-07-05 18:01:49 +08:00
public Added icon 2021-06-28 11:03:17 +08:00
styles Changed Navbar to use Chakra UI 2021-06-27 18:44:22 +08:00
.eslintrc Implemented sidebar and changed linting rules 2021-07-05 18:01:49 +08:00
.gitignore removed .env (whoops my bad) 2021-06-21 18:29:16 +08:00
CONTRIBUTING.md Created contribution guidelines 2021-06-22 07:53:02 +08:00
LICENSE Added license 2021-06-21 12:18:15 +08:00
next.config.js Dashboard 2021-06-20 19:39:00 +08:00
package.json Connected commands page to api (no functionality) 2021-06-29 14:41:32 +08:00
README.md Added basic Discord authentication based on #7 2021-06-21 18:23:41 +08:00
yarn.lock Connected commands page to api (no functionality) 2021-06-29 14:41:32 +08: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