#Marketing website
Planning docs here: https://drive.google.com/a/optimizely.com/folderview?id=0B4VR-FZkzkAVSGpibGp1SjBwUmM&usp=sharing
##Getting started (for developers)
- Install node.js (and npm)
You can install both with an easily from the Node website.
-
Clone this repo
-
Install dependencies
Navigation to the repo directory in the command line and execute the following command:
npm i
All done!
##Starting the local server
- In the root of the repo, execute this command:
grunt server