Finish setup first
This page needs a free Supabase account before it can store quotes and products.
- Create a free account at supabase.com and make a project called
nozzle-works.
- Open SQL Editor, paste in everything from
supabase-setup.sql, and press Run.
- Go to Authentication, then Users, then Add user. Use your business email and a strong password. That's your login for this page.
- Go to Project Settings, then API, and copy the Project URL and the publishable (anon) key.
- Open
admin.html and index.html in a text editor and paste both values into the SUPABASE block near the top of the script.
- Upload both files to Netlify again.