A Trello clone using Supabase as the storage system.
- Clone the repo with
gh repo clone joshnuss/supabase-kanban
and install dependencies withyarn install
- Setup the database on supabase and run the commands in
setup.sql
- Update the credentials in
.env.development
- Start development server with
yarn start
- Done!
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