1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

Fix initial setup, have dev server only listen on localhost.

This commit is contained in:
Fugiman 2015-08-08 23:36:02 -07:00
parent 315a91ab5c
commit 27f8354cf1
3 changed files with 6 additions and 2 deletions

View file

@ -14,7 +14,8 @@ FrankerFaceZ uses node.js to manage development dependencies and to run an HTTP
server for development. To get everything you need:
1. Install node.js
2. Run ```npm install``` within the FrankerFaceZ directory.
2. Run ```npm install -g gulp``` to install the ```gulp``` command line utility.
3. Run ```npm install``` within the FrankerFaceZ directory.
From there, you can use gulp to build the extension from source simply by