From b5afc933056fc1304c80d4cdece85d4a5290f3b5 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 13 Jan 2016 18:59:47 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c829aaf06..ad05cd3d8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ A tool suite for DMs to use for D&D 2. Run `npm install -g gulp` to install the gulp build tool 1. Run `gulp fresh`, this will compile and build all the needed libraries (this only has to be done once, unless you add more libs) 1. Run `gulp` to run the project locally. Should be accessible at `localhost:8000` +2. Any changes to files within the proejct will be detected and the propject will automatically re-build -**Notes:** I use Mongo as the database, so if you'd like to interact with that, make sure you have that installed. +**Notes:** If you'd like to create and edit homebrews, you'll need to have MongoDB installed and running. Have fun!