frantic0 / supabase-kanban

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supabase/Svelte Kanban

A Trello clone using Supabase as the storage system.

Screenshot

Screenshot

Setup locally

  1. Clone the repo with gh repo clone joshnuss/supabase-kanban and install dependencies with yarn install
  2. Setup the database on supabase and run the commands in setup.sql
  3. Update the credentials in .env.development
  4. Start development server with yarn start
  5. Done!

Available Scripts

yarn start

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

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

yarn test

Runs jest on all *.test.js files.

yarn lint

Runs eslint on all files.

yarn format

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

yarn build

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

yarn deploy

Deploys the app to vercel

License

MIT

About

License:MIT License


Languages

Language:Svelte 61.8%Language:JavaScript 19.6%Language:PLpgSQL 12.9%Language:HTML 3.4%Language:CSS 2.3%