Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 512 Bytes

Stackbit Vanilla Theme

This site was generated by www.stackbit.com, v0.1.62.

Running You Site 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 make it available on a local server

     bundle exec jekyll serve
    
  5. Browse to http://localhost:4000