/FreeCAD-DevelopersHandbook

A handbook about FreeCAD development

Primary LanguageHTML

Developers Handbook

This is the repo for the Developers Handbook

Install an run locally

Make sure the dependencies Ruby, Jekyll and Bundler are installed on your system. See the Jekyll installation guidelines as well as the Ruby 101 notes on how to setup your system.

Clone this repo locally, run the Bundler installation and serve the site at http://127.0.0.1:4000:

bundle install
bundle exec jekyll serve