mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
576 B
576 B
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
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
Notes: I use Mongo as the database, so if you'd like to interact with that, make sure you have that installed.
Have fun!