Add Information to Readme.md for a few help guides.
This commit is contained in:
parent
9ead7f8080
commit
a14ba766f7
16
README.md
16
README.md
|
@ -1,2 +1,18 @@
|
||||||
# ConnectX Xantic
|
# 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
|
||||||
|
```
|
Loading…
Reference in New Issue