Official documentation for getting things done with Nix.
Content is written in MyST, a superset of CommonMark. For its syntax, see the MyST docs.
For contents and style see contribution guide.
Run nix-shell --run devmode
and open a browser at http://localhost:5500.
As you make changes your browser should auto-reload within a few seconds.
To manually test redirects:
nix-shell -p netlify-cli --run "cd result; netlify dev"