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: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -25,23 +25,23 @@ To run local development instance follow this steps:
25
25
$ nix-shell
26
26
27
27
To start developing run:
28
-
python run.py
28
+
serve
29
29
30
30
and open browser on:
31
-
https://127.0.0.1:8000
31
+
https://localhost:8000
32
32
33
33
It will rebuild the website on each change.
34
34
35
-
[nix-shell]$ python run.py
35
+
[nix-shell]$ serve
36
36
37
-
Open your browser at: http://127.0.0.1:8000/
37
+
Open your browser at: http://localhost:8000/
38
38
39
39
In order for the browser to automatically refresh, install the [Livereload extension](http://livereload.com/extensions/) for your browser.
40
40
41
41
Before creating a pull request make sure that `nix-build` runs successfully.
42
42
43
43
44
-
## Binary cache
44
+
## Binary cache (Optional)
45
45
46
46
It can take some time to enter the development environment. To speed up and avoid building from source, you can use a binary cache. The same cache is used to speed up our GitHub Actions.
0 commit comments