This commit is contained in:
2025-09-02 23:33:54 +10:00
parent 5c893d7ce7
commit 95dc475669

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# lead
## 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`