Node SDK for Optimizely X Full Stack
npm install optimizely-server-sdkThis repository houses the Node SDK for Optimizely X Full Stack.
The SDK is available through npm. To install:
```
npm install optimizely-server-sdk --save
`npm install`
You can run all unit tests with:
``
npm test
You can run benchmarking tests with:
```
npm run profile-test
Please see CONTRIBUTING.