Webapp to manage bookmarks
This repository has been archived on 2026-08-02. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Vue 47.2%
  • TypeScript 35.3%
  • Astro 8.9%
  • JavaScript 4.5%
  • CSS 3.3%
  • Other 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-07 17:14:09 +01:00
.vscode Initial commit 2024-06-01 17:25:20 +02:00
e2e Remove space 2024-11-09 23:51:02 +01:00
migrations Remove cascade deletion of bookmarks if a category gets deleted 2024-07-29 11:25:44 +02:00
public Initial commit 2024-06-01 17:25:20 +02:00
scripts/migrations Remove unneded seed script 2024-06-25 20:03:09 +02:00
src Adjust amrgin for toggleText 2024-12-14 17:32:40 +01:00
supabase Enable local development for Supabase 2024-06-03 11:06:05 +02:00
.gitignore Setup storage state for authentication in e2e tests 2024-07-22 08:45:42 +02:00
.prettierrc Initial commit 2024-06-01 17:25:20 +02:00
astro.config.mjs Prevent packing tailwind classes twice into the bundle 2024-07-10 13:36:15 +02:00
components.json Apply support for shadcn-vue cli 2024-06-16 16:46:29 +02:00
drizzle.config.ts Adhere to supabase naming prefix for migrations 2024-07-19 14:16:58 +02:00
env.example Fix middleware 2024-07-07 14:40:17 +02:00
eslint.config.js Add shadcn-vue select components 2024-07-19 15:44:04 +02:00
LICENSE Add GNU General Public License v3.0 2024-06-13 15:07:30 +02:00
package.json Update Readme 2025-12-07 17:14:09 +01:00
playwright.config.ts Setup storage state for authentication in e2e tests 2024-07-22 08:45:42 +02:00
pnpm-lock.yaml Merge pull request #396 from Cribac/dependabot/npm_and_yarn/dependency-updates/yup-1.7.1 2025-10-19 13:02:01 +02:00
README.md Update Readme 2025-12-07 17:14:09 +01:00
tailwind.config.mjs Convert to hsl colors 2024-07-27 12:01:35 +02:00
tsconfig.json Apply support for shadcn-vue cli 2024-06-16 16:46:29 +02:00
vitest.config.js Replace deprecated basic option for vitest reporter 2025-02-02 10:17:04 +01:00

Dogear 🐶

Webapp to manage bookmarks.

(POC done, archived now)


Setup development environment

Prerequisites:

Local Database:

How to use Supabase on a local development machine

Run Development:

Start database:
cd supabase
npx supabase start
Start project:
pnpm run dev

Main Dependencies:

Development Dependencies: