Project Setup
In this session, we'll be exploring implementing flags in a Next.js project with the Flags SDK.
Let's start by setting up our project.
Clone the new project's repository locally.
git clone https://github.com/your-username/flags-sdk-workshop-starter.git
cd flags-sdk-workshop-starterInstall the Vercel CLI globally.
npm i -g vercelLink to your Vercel project.
vercel linkPull environment variables from Vercel.
vercel env pullInstall dependencies.
pnpm installStart the development server.
pnpm devHead over to http://localhost:3000 to see your project in action