Skip to content

Files

Latest commit

daf5b28 · Jul 5, 2020

History

History
12 lines (10 loc) · 268 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 268 Bytes

Quick Setup

First clone this repo and cd into the directory. Then:

  1. virtualenv --python=python3 env
  2. ./env/bin/activate
  3. pip install nodeenv
  4. nodeenv --python-virtualenv env
  5. deactivate
  6. ./env/bin/activate
  7. npm i .
  8. npm run watch