mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 19:05:56 +00:00
dab29762c691bc6ddf9d2cc11ec66f28f0868460
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
Notes: I use Mongo as the database, so if you'd like to interact with that, make sure you have that installed.
Have fun!
Description
Languages
CSS
72.9%
JavaScript
27.1%