https://github.com/determinatesystems/flakehub-docs
FlakeHub documentation
https://github.com/determinatesystems/flakehub-docs
flakehub flakes nix nixos
Last synced: about 1 year ago
JSON representation
FlakeHub documentation
- Host: GitHub
- URL: https://github.com/determinatesystems/flakehub-docs
- Owner: DeterminateSystems
- Created: 2023-11-01T19:21:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T15:27:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-12T00:00:10.613Z (almost 2 years ago)
- Topics: flakehub, flakes, nix, nixos
- Language: MDX
- Homepage: https://flakehub.com/docs
- Size: 659 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# The FlakeHub documentation
[](https://flakehub.com/flake/DeterminateSystems/flakehub-docs)
This repo houses the sources used to build the documentation for [FlakeHub].
## Setup
Make sure that you have Nix and [direnv] installed, then:
```shell
# Activate Nix development environment
direnv allow
# Install dependencies
pnpm install
```
## Developing the site
### Run locally
To run the site in development mode (with live reload when you make changes):
```shell
pnpm run dev
```
Then open your browser to http://localhost:3000.
[direnv]: https://direnv.net
[flakehub]: https://flakehub.com