nyx-dashboard/README.md

48 lines
530 B
Markdown
Raw Normal View History

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