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.
Quick start
The fastest path after accepting the GitHub invite.
Submit your GitHub username after purchaseAccept the private GitHub repo invitegit clone https://github.com/Fungungun/flint.git my-appcd my-app && npm installcp .env.example .env.localnpm run devFive 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.
Submit your GitHub username on the success page after checkout.
Accept the GitHub invite when it arrives. Invites are sent immediately after the username is received.
Clone the private repository.
Install dependencies and run the local development server.
Seller operating process
What you do when someone pays and submits a GitHub username.
Watch for the GitHub invite notification email after checkout.
Open the private GitHub repo settings.
Immediately invite the submitted username as a collaborator.
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:launchStuck? 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.