A Trello clone using Supabase as the storage system.
https://github.com/supabase-community/svelte-kanban
https://github.com/coding-to-music/svelte-kanban
https://svelte-kanban-gamma.vercel.app/
gh repo clone joshnuss/supabase-kanban
and install dependencies with yarn install
setup.sql
.env.development
yarn install
Output
warning ../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "eslint-plugin-jest > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > [email protected]" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
[4/4] Building fresh packages...
Done in 68.44s.
yarn start
Output
yarn run v1.22.17
warning ../package.json: No license field
$ snowpack dev --polyfill-node
[snowpack] ! installing dependencies...
[snowpack] ✔ install complete! [4.64s]
[snowpack]
⦿ web_modules/ size gzip brotli
├─ @supabase/supabase-js.js 132.17 KB 28.53 KB 23.97 KB
├─ gravatar-url.js 15.61 KB 4.68 KB 3.83 KB
├─ svelte-dnd-action.js 79.5 KB 18.41 KB 15.69 KB
├─ svelte-hmr/runtime/hot-api-esm.js 22.46 KB 7.5 KB 6.37 KB
├─ svelte-hmr/runtime/proxy-adapter-dom.js 5.43 KB 1.72 KB 1.42 KB
├─ svelte.js 0.21 KB 0.16 KB 0.12 KB
├─ svelte/animate.js 0.86 KB 0.4 KB 0.35 KB
├─ svelte/easing.js 3.94 KB 1.07 KB 0.95 KB
├─ svelte/internal.js 54.84 KB 13.84 KB 11.94 KB
├─ svelte/store.js 3.3 KB 1 KB 0.88 KB
├─ svelte/transition.js 6.79 KB 2.09 KB 1.76 KB
└─ tinro.js 6.7 KB 2.93 KB 2.64 KB
⦿ web_modules/common/ (Shared)
└─ _commonjsHelpers-eb5a497e.js 0.67 KB 0.33 KB 0.27 KB
http://localhost:8080
Server started.
[eslint] > Watching src
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.
Runs jest
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