/saibox

Primary LanguageVueMIT LicenseMIT

Saibox

A TRPG session tool

Demonstration

https://saibox.sakasin.net/

Requires

  • Node (>= 8)
  • MongoDB

Build

# install dependencies
npm install

# build client and start web server
npm run start

Configure

Saibox are configured by environment variables.

PORT

Port of web server

default: 8080

MONGO_URI

URI of connecting mongodb

default: mongodb://localhost:27017

LICENSE

MIT License

Author

SAKATA Sinji (sakasin.net)