quick-kanban Svelte Themes

Quick Kanban

(practice) A trello clone using Supabase as backend

Quick Kanban

A Trello clone using Supabase as backend.
Made with Svelte and Tinro router.
Based on svelte-kanban

Added Tinro outside of node modules and updated ts config as in this pull request by Sanshain



Setup locally

  1. Install dependencies with pnpm install
  2. Setup the database on supabase and run the commands in setup.sql
  3. Update the credentials in .env
  4. Start development server with pnpm dev

Available Scripts

pnpm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

pnpm test

Runs vitest on all *.test.js files.

pnpm lint

Runs eslint on all files.

pnpm format

Formats all files according to rules defined in .eslintrc.js.

pnpm build

Builds a static copy of your site to the build/ folder. Your app is ready to be deployed!

pnpm deploy

Deploys the app to vercel

License

MIT

Top categories

Loading Svelte Themes