This is the source code for the enable-cors.org site. All changes must be made to the 'gh-pages' branch. The site is generated using Jekyll (http://jekyllrb.com/).
To run the site locally on your machine:
-
Install Jekyll
First, ensure you have Ruby installed, then install Jekyll:
gem install jekyll
-
Start the local server
From the project root directory, run:
jekyll serve
-
View the site
Open your browser and navigate to:
http://localhost:4000
The site will automatically reload when you make changes to the source files.