From 95dc475669935a3715c9f443636a7a5b0f0afffd Mon Sep 17 00:00:00 2001 From: Lloyd Date: Tue, 2 Sep 2025 23:33:54 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02b5a42 --- /dev/null +++ b/README.md @@ -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`