0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

corrrecting small readme mistakes

This commit is contained in:
Lasse Borly
2016-09-18 03:53:06 +02:00
parent 01e4e11ef7
commit 9e54fe26d9

View File

@@ -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.