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
Copy file name to clipboardExpand all lines: src/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Developing the Web Almanac
2
2
3
-
The Web Almanac can be developed on macOS, Windows or Linux. It requires Node v12, Python v3.8 and pip to be installed. You can use Docker to avoid manually configuring the development environment.
3
+
The Web Almanac can be developed on macOS, Windows or Linux. It requires Node v16, Python v3.8 and pip to be installed. You can use Docker to avoid manually configuring the development environment.
4
4
It can be quickly deployed as a development container in GitHub Codespaces to develop in cloud:
5
5
[](https://codespaces.new/HTTPArchive/almanac.httparchive.org?quickstart=1)
6
6
@@ -14,7 +14,7 @@ An `.editorconfig` file exists for those using [EditorConfig](https://editorconf
14
14
15
15
Make sure you run the following commands from within the `src` directory by executing `cd src` first.
16
16
17
-
Make sure Python (3.8 or above), pip and NodeJS (v12 or above) are installed on your machine.
17
+
Make sure Python (3.8 or above), pip and NodeJS (v16 or above) are installed on your machine.
18
18
19
19
1. If you don't have virtualenv, install it using pip.
20
20
@@ -413,7 +413,6 @@ docker container run --rm -it -v "$PWD":/app webalmanac npm run pytest
0 commit comments