@vex-chat/spire

0.8.0 • Public • Published

spire

build

A vex server implementation in NodeJS.

dev setup

steps:

git clone git@github.com:vex-chat/spire
cd spire

set 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=true

sample env file for sqlite3:

DB_TYPE=sqlite3

API_PORT=16777
SOCKET_PORT=16778

CANARY=true

start the project

yarn
yarn start

Readme

Keywords

none

Package Sidebar

Install

npm i @vex-chat/spire

Weekly Downloads

26

Version

0.8.0

License

AGPL-3.0-or-later

Unpacked Size

14.6 MB

Total Files

314

Last publish

Collaborators

  • extrahash