]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - CONTRIBUTE.md
Merge branch 'master' into requirements
[irc/freenode/web-7.0.git] / CONTRIBUTE.md
index 5610c4f484f37263e6ffabd778b6eb946e4690c4..28d100a79501e77e15000ba632230df1418f26d7 100644 (file)
@@ -6,7 +6,14 @@
 
 ## Building
 
-With dependencies installed, just run `cms7`.
+Install `myth` and `svgo` globally by running `npm install -g myth svgo`.
+
+Python 3 is needed for `cms7` to work. Make a virtualenv with `pyvenv env`,
+then run `pip install -r requirements.txt` to install `cms7`.
+
+With dependencies installed, just run `cms7` to build. The output files are in
+the `out/` folder. You can run `python -m http.server` in the `out/` folder to
+serve the compiled files, and go to `http://localhost:8000` to see the files.
 
 ## Git