Quick Start
How it works
The website was created using NextJS and Tailwind.
When you click on the checkout button, you will be taken to a checkout out (default to Stripe).
After you complete the checkout process, the payment gateway will send a webhook to a special NextJS route (/api/purchase)
On this route, the purchaser is added to:
- The newsletter (default to MailChimp)
- The course (default to Teachable)
- The CRM (default to Pipedrive).
Installation
Start by cloning the project
git clone https://github.com/github-20k/super-star
Make a copy of the environment variable file
cp .env.example .env
Modify the .env file by adding
Run the project
npm run start