Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 714 Bytes

File metadata and controls

32 lines (20 loc) · 714 Bytes

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.