mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-29 12:11:30 +00:00
d9c20cebfe817b47e12a1d8d6dec9044b957f642
NaturalCrit
A tool suite for DMs to use for D&D
Getting started
- Make sure you have node
- Clone down the repo
- In your terminal, head to the repo
- Run
npm installto get all the dependacies - Run
npm install -g gulpto install the gulp build tool - Run
gulp fresh, this will compile and build all the needed libraries (this only has to be done once, unless you add more libs) - Run
gulpto run the project locally. Should be accessible atlocalhost:8000 - 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!
changelog
You can check out the changelog here
Description
Languages
CSS
72.9%
JavaScript
27.1%