@vex-chat/spire
v0.8.0
Published
Vex server implementation in NodeJS.
Downloads
136
Readme
spire
A vex server implementation in NodeJS.
dev setup
steps:
git clone [email protected]:vex-chat/spire
cd spireset up your .env file in the root of the project
sample env file for mysql:
SQL_HOST=localhost
SQL_PORT=3306
SQL_PASSWORD=hunter2
SQL_USER=vex
SQL_DB_NAME=spire
DB_TYPE=mysql
API_PORT=16777
SOCKET_PORT=16778
CANARY=truesample env file for sqlite3:
DB_TYPE=sqlite3
API_PORT=16777
SOCKET_PORT=16778
CANARY=truestart the project
yarn
yarn start