A personal bookmark management system you won't lose.
A (non exhaustive) list of open-source frameworks and libraries used to build Bibbel:
- Tailwind CSS for CSS
- shadcn/ui with BaseUI for UI Components
- TanStack Start for building the fullstack React & Node.js web app.
- Better-Auth for Auth & Authz
- Drizzle as on ORM
- Valibot a schema library for validating structural data (comparable to Zod)
- TUS for file uploads
Run pnpm install and then pnpm run dev to run the app locally
First you'll need to copy .env.template to .env and change it per instructions in the file
Now you should be able to run pnpm dev to start the app locally.
Run unit tests with pnpm run test