Skip to content

Latest commit

 

History

History

docs

User Documentation for frescolib.org

This folder contains the user and feature documentation for Fresco.

Run the Site Locally

  1. Make sure you have Ruby and RubyGems installed

  2. Make sure you have Jekyll installed

     gem install jekyll
    
  3. Run Jekyll's server

     jekyll serve
    
  4. The site will be served from http:https://localhost:4000