0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

added the required changes before merge

This commit is contained in:
Lasse Borly
2016-09-19 23:10:56 +02:00
parent 0690216222
commit efddfd31ee
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ Create authentic looking D&D homebrews using only markdown. Check it out [here](
1. Clone down the repo
1. In your terminal, head to the repo
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 libs`, 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 project will be detected and the project will automatically re-build