265 B
265 B
lead (Pb)
Running and building the project
This project uses nix to run and build the backend.
nix runto runnix buildto build
The frontend can be built using pnpm
pnpm build
or a local vite development server can be run with
pnpm dev