DASHBOARD login credentials will be found in the supabase-project directory > .env file.
After logging into Supabase, select SQL Editor > COMMUNITY > Quickstarts and select the Todo List Quickstart. Run the Todo List Quickstart SQL to populate the database.
Click the Connect button at the top of the Supabase dashboard page, open the API Keys tab, and find your Project URL and Anon Key; you'll need these in Step 5 below.
git clone https://github.com/mu-jchung/coolify-svelte-todo-test.git
cd to coolify-svelte-todo-test and copy .env.example to .env.local. Modify .env.local to contain the URL and Anon Key from Step 3 above.
Resolve dependencies with the command
npm i --legacy-peer-deps
Run the app with the command
npm run dev
Test the app. Make sure that the sign-up email verification works correctly.