Launch Lightly

Feature flagging hackathon project.

Contains:

  • web admin website (Remix)
  • flags API (Hono)
  • sample consumer website (React/Vite)

Build

To build all apps and packages, run the following command:

pnpm build

Develop

To develop all apps and packages, run the following command:

pnpm dev