Supabase : https://supabase.com/
1 : Clone the repository and cd into it
2 : npm install
3: cp .env .env.local
4 : npm run dev
Prettier : npm run prettier or npm run prettier:check
Lint : npm run lint
Copy the .env and turn it to .env.local
Connect to the database :
You must insert at least the variables NEXT_PUBLIC_SUPABASE_TOKEN & NEXT_PUBLIC_SUPABASE_URL
Open http://localhost:3000 with your browser to see the result.