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
2. Run`poetry install` to install Python dependencies.
139
-
3. Run`PYTHONPATH=. poetry run python core/generate_static_files.py`
140
-
4. In the`frontend` folder:
139
+
3.- On Linux/Mac OS, run`PYTHONPATH=. poetry run python core/generate_static_files.py`.
140
+
- On Windows, create an environment variable named`PYTHONPATH`, set its value to the directory of the repository base and run`poetry run python core/generate_static_files.py`.
141
+
3. In the`frontend` folder:
141
142
1. Ensure you have version 14.15.4 (lts/fermium) of`node` and version 7.5.2 of`npm`.
142
143
143
-
If you are on Windows: (in a Powershell window with "Run as Administrator")
144
-
145
-
- Run`npm install --global windows-build-tools`.
146
-
147
144
2. Run`npm ci` to download dependencies.
148
145
149
146
3. Run`npm start` to start the frontend development server.