This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
The purpose of this project is to demonstrate usage integration with the Reflag OpenFeature React SDK.
## Getting Started
Run the development server:
```bash
NEXT_PUBLIC_REFLAG_PUBLISHABLE_KEY=<publishable-key> yarn dev
```