Refer to the SDK documentation for instructions on how to use the SDK.
- pnpm
- enable it via
corepack enable
- enable it via
- Node.js
- check
./.node-version
- check
You need .env
file to provide api secrets.
Just copy env.template
and rename it to .env
, then update it with your secrets.
- You need
.env
file. Please follow instruction in Environment section. - Define
Feature Flags
andGoals
in your Bucketeer console - Modify
example/index.ts
to use yourFeature Tag
,Feature IDs
andGoal IDs
- Run
pnpm example:serve