Startpage w/ halfmoon & preact
Find a file
wont-stream ee4bc19ce1
Some checks failed
Code quality checks / biome (push) Failing after 11s
Change with to ampersand
2025-04-11 15:12:24 -04:00
.forgejo/workflows feat: add workflow for code quality checks using Bun and Biome 2025-04-10 18:59:17 -04:00
ext auto-lint 2025-04-10 19:27:24 -04:00
public feat: initialize new tab page with Preact and Vite setup 2025-04-09 21:56:32 -04:00
src Change with to ampersand 2025-04-11 15:12:24 -04:00
.gitignore chore: add zip files to .gitignore 2025-04-10 14:15:41 -04:00
biome.json auto-lint 2025-04-10 19:27:24 -04:00
bun.lock formatting 2025-04-10 19:17:35 -04:00
index.html formatting 2025-04-10 19:17:35 -04:00
LICENSE Initial commit 2025-04-09 19:38:12 +02:00
package.json fix: add lint script to package.json for code quality checks 2025-04-10 19:28:36 -04:00
README.md docs: update README with additional building instructions 2025-04-10 14:03:35 -04:00
tsconfig.app.json auto-lint 2025-04-10 19:27:24 -04:00
tsconfig.json auto-lint 2025-04-10 19:27:24 -04:00
tsconfig.node.json auto-lint 2025-04-10 19:27:24 -04:00
vite.config.ts auto-lint 2025-04-10 19:27:24 -04:00

halfPage

Startpage w/ halfmoon & preact

building

Install deps: bun i

run build script: bun 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.