Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 499 Bytes

simplefoc.github.io

Documentation website for SimpleFOCproject

To generate the site locally clone the repo to your local directory and then open terminal inside the repo folder and run:

bundle exec jekyll serve

Since the site is quiet large sometimes the --incremental flag helps with faster execution

bundle exec jekyll serve --incremental