Feature flagging hackathon project.
Contains:
- web admin website (Remix)
- flags API (Hono)
- sample consumer website (React/Vite)
To build all apps and packages, run the following command:
pnpm build
To develop all apps and packages, run the following command:
pnpm dev