From 9e54fe26d92d3ed6586c39a87af637caeb6bfb25 Mon Sep 17 00:00:00 2001 From: Lasse Borly Date: Sun, 18 Sep 2016 03:53:06 +0200 Subject: [PATCH] corrrecting small readme mistakes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d610f3752..97913774c 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Create authentic looking D&D homebrews using only markdown. Check it out [here]( 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 `npm install` to get all the dependencies 1. Run `npm run build`, this will compile and build all the needed libraries (this only has to be done once, unless you add more libs) 1. Run `npm run watch` 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 +2. Any changes to files within the project will be detected and the project will automatically re-build **Notes:** If you'd like to create and edit homebrews, you'll need to have MongoDB installed and running.