A Chrome extension bookmark manager built with React, Vite, and Tailwind CSS.
- Node.js 18+
- pnpm
# Install dependencies
pnpm install
# Start development server
pnpm dev- Run
pnpm buildto create the production build - Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the
dist/folder from this project
For development with hot reload:
- Run
pnpm devto start the dev server - Load the
dist/folder as an unpacked extension - Changes will automatically rebuild
pnpm dev # Start Vite dev server with HMR
pnpm build # TypeScript check + Vite production build
pnpm preview # Preview production build
pnpm lint # Run ESLint
pnpm format # Format code with Prettier- React 18
- Vite with @crxjs/vite-plugin
- Tailwind CSS 4
- shadcn/ui components
- TypeScript
MIT