Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 733 Bytes

NaturalCrit

A tool suite for DMs to use for D&D

Getting started

  1. Make sure you have node
  2. Clone down the repo
  3. In your terminal, head to the repo
  4. Run npm install to get all the dependacies
  5. Run npm install -g gulp to install the gulp build tool
  6. Run gulp fresh, this will compile and build all the needed libraries (this only has to be done once, unless you add more libs)
  7. Run gulp to run the project locally. Should be accessible at localhost:8000
  8. Any changes to files within the proejct will be detected and the propject will automatically re-build

Notes: If you'd like to create and edit homebrews, you'll need to have MongoDB installed and running.

Have fun!