Learning path

From private repo invite to live SaaS.

Five structured modules take you from accepting your GitHub invite to a running Cloudflare deployment. Work through them in order — each one ends with a working system.

Repo accessCloudflareStripeEmail/AuthLaunch audit

Quick start

The fastest path after accepting the GitHub invite.

1Submit your GitHub username after purchase
2Accept the private GitHub repo invite
3git clone https://github.com/Fungungun/flint.git my-app
4cd my-app && npm install
5cp .env.example .env.local
6npm run dev

Five tutorial modules

Each module covers one phase of the setup. Work through them in order for the fastest path to a live deployment.

Get the code from the private repo

Move from paid customer to local development environment.

1.

Submit your GitHub username on the success page after checkout.

2.

Accept the GitHub invite when it arrives. Invites are sent immediately after the username is received.

3.

Clone the private repository.

4.

Install dependencies and run the local development server.

Seller operating process

What you do when someone pays and submits a GitHub username.

1

Watch for the GitHub invite notification email after checkout.

2

Open the private GitHub repo settings.

3

Immediately invite the submitted username as a collaborator.

4

Reply to the buyer confirming the invite was sent.

Full script: TUTORIALS.md. Beginner docs: START_HERE.md, LAUNCH_PLAYBOOK.md, and SUPPORT.md.

Required production gates

Run these before claiming the app is ready.

npm run checknpm run build:cloudflarenpm run deploynpm run audit:launch

Stuck? We have you covered.

Lifetime support is included with every purchase. If a step in this guide does not work, open a GitHub issue or email us and we will help you get unstuck.