You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
3. Run`poetry install` to install Python dependencies.
140
-
4. Run`./generate.sh` togenerate various static files from Python used by the frontend, and run tests. Repeat this step whenever you change Python files.
140
+
4. Run`./generate.sh`. This willgenerate various static files from Python used by the frontend and run some tests. Repeat this step whenever you change Python files.
141
141
5. In the`frontend` folder:
142
142
1. Ensure you have version 14.15.4 (lts/fermium) of`node` and version 7.5.2 of`npm`.