From 303edf2565f531b3b7903d49217c192718e73e00 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Tue, 12 Jan 2016 17:03:42 -0500 Subject: [PATCH] Adding instructiosn to the readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 683f0f7fc..09904e0f4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # NaturalCrit -An encounter manager for Gms while playing D&D +A tool suite for DMs to use for D&D + + +### Getting started +1. Make sure you have [node](https://nodejs.org/en/) +1. Clone down the repo +1. In your terminal, head to the repo +1. Run `npm install` to get all the dependacies +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` + +**Notes:** I use Mongo as the database, so if you'd like to interact with that, make sure you have that installed. + +Have fun!