A browser homepage providing frictionless, browser-agnostic bookmark access — with mouse hover navigation, keyboard hotkeys, and instant search, designed to minimize friction and maximize speed.
Installation (requires Node.js 20.x)
- Clone the repository:
git clone https://github.com/Hsiii/homepage.git
- Navigate to the project directory:
cd homepage - Install dependencies:
bun i
- Run the development server:
bun dev
- Generate a production build:
bun run build
- Preview the site:
bun run preview
