Skip to content

ergochat/site

Repository files navigation

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