This project is used as a demo app that is runtime-controlled (feature toggled) by Unleash.
Get started with the following yarn commands:
# Install dependencies
yarn
# Start development server
yarn dev
Alternatively, use a different package manager like npm
or pnpm
.