/corstest-client

Corstest.com frontend

Primary LanguageCoffeeScriptMIT LicenseMIT

Corstest.com client

Live demo: www.corstest.com

Run a development server

bundle install
middleman server

If you want to develop against a local instance of corstest-server, you may quickly point the client at your local server by adding a line to your hostfile:

sudo sh -c 'echo "127.0.0.1 corstest-api.coshx.com" >> /etc/hosts'

Build the site

middleman build