🛠️ Quick Install

Get your Shop online FAST!

🛠️ Installation Guide

Follow the steps below to get your theme live with Supabase, Netlify, and GitHub-backed product editing.

1️⃣ Download & GitHub Setup

  1. Download the theme .zip file and unzip it.
  2. Open the folder in your code editor.
  3. Create a new GitHub repo.
  4. Push the files:
git init
git remote add origin https://github.com/yourusername/yourrepo.git
git add .
git commit -m "Initial upload"
git push -u origin master

2️⃣ Create Your Supabase Project

  1. Go to supabase.comNew Project
  2. Choose a name and region.
  3. Once created, open the SQL Editor and paste the contents of:
/database/setup.sql
  1. Go to Project Settings → API, and copy:
  • SUPABASE_URL
  • SUPABASE_ANON_KEY
  • SUPABASE_SERVICE_ROLE_KEY

3️⃣ Optional: Test Locally

Create a .env file in your root project folder:

PUBLIC_SUPABASE_URL=your-supabase-url
PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
GITHUB_TOKEN=your-personal-access-token
GITHUB_REPO=yourusername/yourrepo

Then run:

npm install
npm run dev

4️⃣ Deploy to Netlify

  1. Go to netlify.com and create a new site.
  2. Connect your GitHub repo.
  3. Use these build settings:
Build command: npm run build
Publish directory: dist

5️⃣ Add Environment Variables in Netlify

In Site Settings → Environment Variables, add:

PUBLIC_SUPABASE_URL=
PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=
GITHUB_TOKEN=
GITHUB_REPO=

Then redeploy your site.


6️⃣ Generate a GitHub Token (Required for Product Editor)

  1. Go to GitHub → Settings → Developer Settings → Personal Access Tokens
  2. Click Generate new token (classic)
  3. Enable the repo scope
  4. Copy the token and use it in your .env and Netlify environment variables

This allows the product editor to commit changes back to your repo (e.g. markdown product files).


✅ You’re Done!

You now have a fully working eCommerce site backed by Supabase + GitHub.

Need help? Refer to the video tutorials or visit the support site.


Free shipping over £60.00

Delivered with care. No code needed.