Welcome!
- Ensure you have yarn installed
- Clone or fork the repo
- Add a .env file, make a Supabase account, add a database, and add its key following .sample-env.
yarn install
to install dependenciesyarn dev
to run the app at localhost:3000/- Sign in from the browser at
localhost:3000
That's it. Changes to components should hot-reload in the browser.
Feel free to open an issue if you have any questions, or open a pull request if you would like to contribute.