From d33faf83edccefd22e5564b9ab2c1f63291a7ebe Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 9 Jan 2016 20:53:53 +0200 Subject: Update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. -- cgit v1.3.1