I’m working on a PR for the Homepage.
I have modified the netlify.toml
. However, I can’t see my redirect rule taking effect. What is not clear to me is if I am actually running the Netlify CLI or something else. How does this work? It is not what I would expect to see on a machine with the Netlify CLI installed.
Is the Netlify installed and used by serve
? Something else?
The instructions in the README say:
$ git clone git@github.com:NixOS/nixos-homepage.git
$ cd nixos-homepage
$ nix-shell
To start developing run:
serve
and open browser on:
https://localhost:8000
It will rebuild the website on each change.
[nix-shell]$ serve