2024-03-06 12:52:15 +05:30
|
|
|
# ConnectX Xantic
|
2024-03-06 12:58:47 +05:30
|
|
|
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
|
|
|
|
```
|