## Getting started Refer to the [SDK documentation](https://docs.bucketeer.io/sdk/client-side/javascript) for instructions on how to use the SDK.
npm install bkt-js-client-sdk- pnpm
- enable it via corepack enable
- Node.js
- check ./.node-version
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 and Goals in your Bucketeer console
- Modify example/index.ts to use your Feature Tag, Feature IDs and Goal IDs
- Run pnpm example:serve