This repository is an adapted version of https://github.com/vercel/nextjs-subscription-payments
- Install node
- In your terminal, run the following commands:
git clone https://github.com/devtodollars/startup-boilerplate.git YOUR_APP_NAME
cd YOUR_APP_NAME
- Use
.env
file from DevToDollars
cd nextjs
cp .env.example .env
- Run the local development server
npm install
npm run dev
- Next.JS (App Router)
- Typescript
- Tailwind