Webapp to manage bookmarks
- Vue 47.2%
- TypeScript 35.3%
- Astro 8.9%
- JavaScript 4.5%
- CSS 3.3%
- Other 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .vscode | ||
| e2e | ||
| migrations | ||
| public | ||
| scripts/migrations | ||
| src | ||
| supabase | ||
| .gitignore | ||
| .prettierrc | ||
| astro.config.mjs | ||
| components.json | ||
| drizzle.config.ts | ||
| env.example | ||
| eslint.config.js | ||
| LICENSE | ||
| package.json | ||
| playwright.config.ts | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tailwind.config.mjs | ||
| tsconfig.json | ||
| vitest.config.js | ||
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:
-
-
tailwind-merge for shadcn-vue
-
tailwindcss-animate for shadcn-vue
-
class-variance-authority for shadcn-vue
-
clsx for shadcn-vue
-
lucide-vue-next icons for shadcn-vue
-
radix-vue for shadcn-vue
-
tanstack-vue-table for shadcn-vue