Skip to content

DeterminateSystems/flakehub-docs

Repository files navigation

The FlakeHub documentation

FlakeHub

This repo houses the sources used to build the documentation for FlakeHub.

Setup

Make sure that you have Nix and direnv installed, then:

# 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):

pnpm run dev

Then open your browser to http://localhost:3000.