1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/README.md
fricklerhandwerk 42add6566d move devmode helper into flake
this cleans up the top-level directory and hopefully makes the setup
slightly more obvious

Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
2023-10-18 15:33:06 +02:00

17 lines
586 B
Markdown

<img alt="CI"
src="https://github.com/nix-dot-dev/nix.dev/workflows/CI/badge.svg">
# [nix.dev](https://nix.dev)
Official documentation for getting things done with Nix.
## Contributing
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.
For contents and style see [contribution guide](CONTRIBUTING.md).
Content is written in MyST, a superset of CommonMark. For its syntax, see the [MyST docs](https://myst-parser.readthedocs.io/en/latest/syntax/typography.html#syntax-core).