From 2c1a2fd9839f8809201b39ef0816b32ce9ba9bd9 Mon Sep 17 00:00:00 2001 From: wont-stream <143244075+wont-stream@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:03:35 -0400 Subject: [PATCH] docs: update README with additional building instructions --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f2e53..ee234e3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # halfPage -Startpage w/ halfmoon & preact \ No newline at end of file +Startpage w/ halfmoon & preact + +# building + +Install deps: [bun](https://bun.sh/) i + +run build script: [bun](https://bun.sh/) run build + +## building ext + +Build like normal first + +Copy the `dist` folder over to the `ext` folder + +edit `ext/dist/index.html` to remove any prepending slashses (/) from link and script tags. \ No newline at end of file