A Trello clone using Supabase as the storage system.
gh repo clone supabase-community/supabase-kanban
and install dependencies with pnpm install
setup.sql
.env.example
to .env
and update the credentialspnpm dev
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.
Runs vitest
on all *.test.js
files.
Runs eslint
on all files.
Formats all files according to rules defined in .eslintrc.js
.
Builds a static copy of your site to the build/
folder.
Your app is ready to be deployed!
Deploys the app to vercel
MIT