This project was bootstrapped with Create React App.
lerna bootstrap
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Unfortunately lerna does not correctly symlink with create-react-app. For you to use the local react-sdk
you must run the following
cd node_modules/@optimizely
rm -rf react-sdk
cp -r ../../../react-sdk .