Skip to content

Altalus/NaturalCrit

 
 

Repository files navigation

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!

Docker Image

You can use Docker to get up and running with NaturalCrit.

  1. Install Docker
  2. Clone the repo
  3. In the terminal, go to the repo
  4. Build the docker image docker build -t naturalcrit .
  5. Run the docker container docker run -dit -p 8000:8000 naturalcrit
  6. You can check out the website on your computer on port 8000
    1. You may have to use docker-machine env to get the IP address of your docker instance

changelog

You can check out the changelog here

About

An encounter manager for Gms while playing D&D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.5%
  • JavaScript 40.5%