Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 253 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 253 Bytes

Ergo.Chat Website

Development

  1. Install Bundler
  2. Install the dependencies: bundle install --path ~/.gem.
  3. Build and run the site: bundle exec jekyll serve -w
  4. To build for production: bundle exec jekyll build