open-consul/website
Jacques Fuentes dd6f55ff3b Round 2: Fix typos, grammar errors, and misspellings 2014-04-16 00:01:12 -04:00
..
helpers website: downloads 2014-04-14 15:19:30 -07:00
source Round 2: Fix typos, grammar errors, and misspellings 2014-04-16 00:01:12 -04:00
.buildpacks
Gemfile Disable compression for now 2014-04-14 15:11:23 -07:00
Gemfile.lock website: update gemfile lock and add version text 2014-04-14 15:17:33 -07:00
LICENSE.md
Procfile
README.md
Vagrantfile website: homepage copy and some stylesheet fixes 2014-04-14 11:02:28 -07:00
config.rb Disable compression for now 2014-04-14 15:11:23 -07:00
config.ru
dummy.txt
version.txt website: update gemfile lock and add version text 2014-04-14 15:17:33 -07:00

README.md

Serf Website

This subdirectory contains the entire source for the Serf website. This is a Middleman project, which builds a static site from these source files.

Contributions Welcome!

If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.

Running the Site Locally

Running the site locally is simple. Clone this repo and run the following commands:

$ bundle
$ bundle exec middleman server

Then open up localhost:4567. Note that some URLs you may need to append ".html" to make them work (in the navigation and such).