/marketing-website

Optimizely's marketing website--in progress.

Primary LanguageJavaScriptMIT LicenseMIT

#Optimizely marketing website

Optimizely logo

##Overview

This is the repository for the future Optimizely marketing website.

The website is built on static architecture, meaning that there is no backend component to the production environment. Every URL is just a static .html file. The .html files are generated very similar to how many websites compile .js and .css files. The .html files are compiled once on a machine and then transferred to the origin server. In production the origin server will be S3.

The entire website is built on top of Grunt, the JavaScript task runner for Node.

See the wiki for more information.