Skip to content

Commit

Permalink
fix development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jan 29, 2021
1 parent 99f8aeb commit 33ff6a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -25,23 +25,23 @@ To run local development instance follow this steps:
$ nix-shell

To start developing run:
python run.py
serve

and open browser on:
https://127.0.0.1:8000
https://localhost:8000

It will rebuild the website on each change.

[nix-shell]$ python run.py
[nix-shell]$ serve

Open your browser at: http://127.0.0.1:8000/
Open your browser at: http://localhost:8000/

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

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


## Binary cache
## Binary cache (Optional)

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.

Expand Down

0 comments on commit 33ff6a2

Please sign in to comment.