Skip to content

IoTReady/iotready.github.io

Repository files navigation

IoTReady.co Website

This is a Jekyll site using Git as a CMS. It was created with Stackbit.

Develop Locally

  1. Install a full Ruby development environment

  2. Install Jekyll and Bundler:

     gem install jekyll bundler
    
  3. Install dependencies from Gemfile:

     bundle install
    
  4. Build the site and start the Jekyll local development server

     bundle exec jekyll serve --livereload
    
  5. Open http://localhost:4000 in the browser

  6. 🎉

Colophon

Generated at 2020-12-15T15:23:09.877Z by Stackbit version 0.3.40.