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
pnpm install
setup.sql
.env
pnpm 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