This is a simple todolist extension for chrome.
pnpm installVITE_SUPABASE_URL=https://<your_supabase_url>.supabase.co
VITE_SUPABASE_ANON_KEY=<your_supabase_anon_key>initial schema
npx prisma initRun a migration to create your database tables with Prisma Migrate
npx prisma migrate dev --name initpnpm build-extension- Open Chrome
- Go to
chrome://extensions/ - Enable
Developer mode - Click on
Load unpacked - Select the
distfolder - The extension should be installed
- Open Firefox
- Go to
about:debugging#/runtime/this-firefox - Click on
Load Temporary Add-on - Select the
dist/manifest.jsonfile - The extension should be installed