nyx-dashboard/README.md
2021-06-21 12:27:03 +08:00

48 lines
No EOL
530 B
Markdown

# Cath.gq
Cath.gq is the dashboard for its parent project, [Cath.exe](https://github.com/night0721/cath.exe)
## Run Locally
Clone the project
```bash
git clone https://github.com/night0721/cath.gq.git
```
Go to the project directory
```bash
cd cath.gq
```
Install dependencies
```bash
yarn install
```
Start the server
```bash
npm run dev
```
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Demo
[Live](https://cath.gq)
## Authors
- [@qt-coder](https://www.github.com/qt-coder)