Add Information to Readme.md for a few help guides.

This commit is contained in:
ui_creeperlv 2024-03-06 12:58:47 +05:30
parent 9ead7f8080
commit a14ba766f7
1 changed files with 17 additions and 1 deletions

View File

@ -1,2 +1,18 @@
# ConnectX Xantic
Open-Source Version of ConnectX by Unbound
Open-Source Version of ConnectX by Unbound
# Running
## Developement Build
```bash
npm test
```
## Productions Build
```bash
npm start
```
# Rebuild Commands
```bash
node src/deploy-discord-commands
```