Skip to content

Commit 33ff6a2

Browse files
authoredJan 29, 2021
fix development instructions
1 parent 99f8aeb commit 33ff6a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ To run local development instance follow this steps:
2525
$ nix-shell
2626

2727
To start developing run:
28-
python run.py
28+
serve
2929

3030
and open browser on:
31-
https://127.0.0.1:8000
31+
https://localhost:8000
3232

3333
It will rebuild the website on each change.
3434

35-
[nix-shell]$ python run.py
35+
[nix-shell]$ serve
3636

37-
Open your browser at: http://127.0.0.1:8000/
37+
Open your browser at: http://localhost:8000/
3838

3939
In order for the browser to automatically refresh, install the [Livereload extension](http://livereload.com/extensions/) for your browser.
4040

4141
Before creating a pull request make sure that `nix-build` runs successfully.
4242

4343

44-
## Binary cache
44+
## Binary cache (Optional)
4545

4646
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.
4747

0 commit comments

Comments
 (0)
Please sign in to comment.