First, run the development server:
npm run dev
# or
yarn next dev
Open http://localhost:3000 with your browser to see the result. The changes to pages auto-update in the browser.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
Before creating pull requests lint the code and fix (if any) errors in console, otherwise changes will not be deployed.
npx next lint --fix
If push is declined due to email privacy restrictions do this:
git config --global user.email "UNIQUE_MAIL@users.noreply.github.com"
git commit --amend --reset-author --no-edit
npx supabase init
npx supabase link --project-ref PROJECT_ID
npx supabase gen types typescript --linked --schema public > types/supabase.ts
This repo is (for now) licensed under the CC BY-NC-ND 4.0 license.