xantic/README.md

18 lines
214 B
Markdown

# Xantic
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
```