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
@@ -28,14 +28,11 @@ The Web Almanac is available in the original [English](https://almanac.httparchi
28
28
29
29
See [our contributing guide](CONTRIBUTING.md). To run the Web Almanac locally please see [src/README.md](src/README.md).
30
30
31
-
## 2022 Timeline
31
+
## Next Web Almanac timeline
32
32
33
-
- April: forming teams
34
-
- May: forming teams / planning content
35
-
- June: HTTP Archive crawl / analysis
36
-
- August: analysis / writing
37
-
- September: analysis / writing
38
-
- End of September: launch!
33
+
We are [taking a break for 2023](https://github.com/HTTPArchive/almanac.httparchive.org/discussions/33610), but hope to return in future.
34
+
35
+
In the meantime, enjoy the [2022 edition](https://almanac.httparchive.org) and we're still open to contributions in the form of [translations](https://github.com/HTTPArchive/almanac.httparchive.org/issues?q=is%3Aissue+is%3Aopen+label%3Atranslation), [development](https://github.com/HTTPArchive/almanac.httparchive.org/issues?q=is%3Aissue+is%3Aopen+label%3Adevelopment) or bug fixes.
Copy file name to clipboardExpand all lines: src/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
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. Alternatively, 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
+
It can be quickly deployed as a development container in GitHub Codespaces to develop in cloud:
5
+
[](https://codespaces.new/HTTPArchive/almanac.httparchive.org?quickstart=1)
4
6
5
7
## Style guide
6
8
@@ -12,7 +14,7 @@ An `.editorconfig` file exists for those using [EditorConfig](https://editorconf
12
14
13
15
Make sure you run the following commands from within the `src` directory by executing `cd src` first.
14
16
15
-
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.
16
18
17
19
1. If you don't have virtualenv, install it using pip.
18
20
@@ -411,7 +413,6 @@ docker container run --rm -it -v "$PWD":/app webalmanac npm run pytest
0 commit comments