Skip to content

optimizely/javascript-sdk

Repository files navigation

#Optimizely JavaScript SDK

This repository houses the JavaScript SDK for Optimizely's server-side testing product, which is currently in private beta.

##Getting Started

###Installing the SDK

The SDK is available through npm. To install:

npm install optimizely-client-sdk --save

###Using the SDK See the Optimizely server-side testing developer documentation to learn how to set up your first custom project and use the SDK. Please note that you must be a member of the private server-side testing beta to create custom projects and use this SDK.

##Development

###Installing dependencies

npm install

###Unit tests

You can run all unit tests with:

npm test

###Contributing

Please see CONTRIBUTING.