Startpage w/ halfmoon & preact
Find a file
2025-04-10 14:08:34 -04:00
ext remove unused geolocation perm from ext 2025-04-10 14:08:34 -04:00
public feat: initialize new tab page with Preact and Vite setup 2025-04-09 21:56:32 -04:00
src Add initial extension files for halfPage startpage 2025-04-10 13:53:31 -04:00
.gitignore feat: initialize new tab page with Preact and Vite setup 2025-04-09 21:56:32 -04:00
bun.lock feat: initialize new tab page with Preact and Vite setup 2025-04-09 21:56:32 -04:00
index.html Add initial extension files for halfPage startpage 2025-04-10 13:53:31 -04:00
LICENSE Initial commit 2025-04-09 19:38:12 +02:00
package.json feat: initialize new tab page with Preact and Vite setup 2025-04-09 21:56:32 -04:00
README.md docs: update README with additional building instructions 2025-04-10 14:03:35 -04:00
tsconfig.app.json feat: initialize new tab page with Preact and Vite setup 2025-04-09 21:56:32 -04:00
tsconfig.json feat: initialize new tab page with Preact and Vite setup 2025-04-09 21:56:32 -04:00
tsconfig.node.json feat: initialize new tab page with Preact and Vite setup 2025-04-09 21:56:32 -04:00
vite.config.ts feat: initialize new tab page with Preact and Vite setup 2025-04-09 21:56:32 -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.