LAPLACE Login Sync based on CookieCloud. View the source repo for the original info.
- Server: Node.js -> Bun
- Server: Express.js -> Hono
- Server: Private mode - server with authentication
- Extension: Simpler UI
- Extension: i18n
# install (run from the repo root, the extension lives in the workspace)
bun install
# dev / build / zip
bun run --filter laplace-login-sync dev
bun run --filter laplace-login-sync build
bun run --filter laplace-login-sync zipcd server
bun install
bun run dev