xantic/README.md

18 lines
214 B
Markdown
Raw Normal View History

2024-03-14 20:15:38 +05:30
# 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
```