GitHunt
MA

martiansnoop/pathfinder-kingdom-manager

Pathfinder RPG Kingdom manager (unfinished)

Warning

This is in its very early stages. Don't think that it can actually do anything interesting yet.

Dev setup

For Mac/Linux. I've never run this on Windows, though I believe all of the tools are supported and you probably can get it working.

  1. Install Node and npm, if you haven't already.
  2. Install bower if you haven't already: npm install bower --global
  3. cd to the directory you cloned the repo to.
  4. Run bower install to fetch client-side dependencies.
  5. Run the bash script copy_dependencies which will move only the needed files into the appropriate directory.
  6. Run npm install to fetch server-side dependencies
  7. Run node server.js
  8. Open localhost:3000 in a browser

It's helpful, but not required, to install nodemon:

npm install nodemon --global

You can then run nodemon server.js instead of node server.js, and nodemon will watch the server file and restart node for you automatically when changes are made.

Languages

JavaScript96.5%Shell3.5%

Contributors

Created September 16, 2013
Updated June 26, 2018
martiansnoop/pathfinder-kingdom-manager | GitHunt