summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index e06f20c..605865b 100644
--- a/README.md
+++ b/README.md
@@ -20,4 +20,16 @@ Then just run:
$ python geshem.py
```
+For doing JS/SCSS work you'll need to init the JS stack:
+
+```bash
+$ npm install
+```
+
+and pack all the assets before testing and/or deploying:
+
+```bash
+$ webpack
+```
+
Make sure you have a stupid `redis-server` running on localhost to enjoy some sane caching.