diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-01-09 20:53:53 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-01-09 20:53:53 +0200 |
| commit | d33faf83edccefd22e5564b9ab2c1f63291a7ebe (patch) | |
| tree | e0ccce0c3658f5d858bd7deff8240dd5d3ac256f | |
| parent | 8cce3a028b9d1ba99c5bb0c26232c933fc3d63ea (diff) | |
Update README
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |
