Online whiteboard made for tabletop role-play games.
- Node.js and npm
- Redis
$ docker run -d --name redis redis
$ docker run -d \
--name nekoboard \
-p 80:80 \
--env NODE_ENV=production \
--link redis:redis \
-v /path/to/nekoboard/config.yml:/usr/src/app/config/local.yml:ro \
nekorpg/nekoboard
- Clone
$ git clone https://github.com/ukatama/nekoboard.git
$ cd nekoboard
- Install dependencies
$ npm install
- Build
$ npm run production
- Run
$ NODE_ENV=production npm start
Open Issue or Pull Request.
MIT License