We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05efa75 commit 0ed7815Copy full SHA for 0ed7815
README.md
@@ -2,6 +2,18 @@
2
3
This is the main website for a pledge to stop supporting Python 2 for free in open source software.
4
5
+# run locally
6
+
7
+Install Jekyll : `gem install jekyll`, `gem install gh-pages`
8
9
+Clone this locally, `cd` in the newly created directory.
10
11
+run `jekyll serve -w` in one terminal, open you browse to `localhost:4000`.
12
13
+Modify the various files, refresh your browser and enjoy.
14
15
+PRs welcomed.
16
17
# Base template:
18
19
This is a based on version of
0 commit comments