This repo houses the sources used to build the documentation for FlakeHub.
Make sure that you have Nix and direnv installed, then:
# Activate Nix development environment
direnv allow
# Install dependencies
pnpm install
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.