Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf89d819

Browse files
committed
updated instructions for running locally
1 parent12c0252 commitf89d819

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎README.md‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,11 @@ Several debuggers are provided, including [snoop](https://github.com/alexmojaki/
136136

137137
1. Install Python 3.8 and[poetry](https://python-poetry.org/docs/#installation).
138138
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:
141142
1. Ensure you have version 14.15.4 (lts/fermium) of`node` and version 7.5.2 of`npm`.
142143

143-
If you are on Windows: (in a Powershell window with "Run as Administrator")
144-
145-
- Run`npm install --global windows-build-tools`.
146-
147144
2. Run`npm ci` to download dependencies.
148145

149146
3. Run`npm start` to start the frontend development server.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp