Files
lead/README.md
2025-09-02 23:40:25 +10:00

265 B

lead (pb)

Running and building the project

This project uses nix to run and build the backend.

  • nix run to run
  • nix build to build

The frontend can be built using pnpm

  • pnpm build

or a local vite development server can be run with

  • pnpm dev