- Framework: Next.js
- CMS: Multiple Options
- Deployment: Vercel
First, to set local environment variables you can either use Vercel CLI vercel env pull or just manually copy paste them.
cp .env.local.example .env.localThen install the package and run the development server:
yarn install
yarn devOpen http://localhost:3000 to see the landing page.
lib/constants.ts contains a list of variables you should customize.