# simplefoc.github.io **Repository Path**: spark_space/simplefoc.github.io ## Basic Information - **Project Name**: simplefoc.github.io - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-23 - **Last Updated**: 2023-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simplefoc.github.io Documentation website for SimpleFOCproject - [Documentation](https://docs.simplefoc.com) - [Community forum](https://community.simplefoc.com) - [Shop](https://simplefoc.com/shop) 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 ```