Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 99f8aeb042c1
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf37449a737f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 29, 2021

  1. fix development instructions

    garbas authored Jan 29, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    33ff6a2 View commit details
  2. Merge pull request #674 from NixOS/garbas-patch-1

    Fix development instructions
    garbas authored Jan 29, 2021
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cf37449 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 README.md
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.