summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-01-09 20:53:53 +0200
committerYuval Adam <yuval@y3xz.com>2016-01-09 20:53:53 +0200
commitd33faf83edccefd22e5564b9ab2c1f63291a7ebe (patch)
treee0ccce0c3658f5d858bd7deff8240dd5d3ac256f
parent8cce3a028b9d1ba99c5bb0c26232c933fc3d63ea (diff)
Update README
-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.