nfarina / vota-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run locally:

bundle exec jekyll serve

To auto-refresh the browser when changes are made:

Install browser-sync:

npm install -g browser-sync

With jekyll serve running, open a new command-line tab and run:

browser-sync start --proxy "localhost:4000" --files "_site/*.*"

About


Languages

Language:JavaScript 44.5%Language:HTML 43.1%Language:CSS 10.1%Language:Ruby 2.4%