/townomatic

RPG tools

Primary LanguageCoffeeScript

Build Status

Makes towns and communities on the fly for RPG referees.

Installation: Install Node, then Bower and Grunt brew install npm sudo npm install -g bower sudo npm install -g grunt-cli

for server requirements: npm install

for client requirements: bower install

Create a config.coffee file based on config.coffee.example for your environment, a mongodb instance URI is required

npm start

For development:

grunt watch

then point your browser at localhost:8080