48 lines
No EOL
530 B
Markdown
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)
|
|
|
|
|