# blenderbim.org
This website describes and provides support for using Blender for BIM.
The official website is hosted at https://blenderbim.org/
## Contribute
I encourage everyone to help write content for the BlenderBIM.org website!
Get the code using `git clone git://sevenstrokes.net/blenderbimorg.git`
Please submit any patches to dion@thinkmoult.com. You can send it in patch
format, send a single modified file, or a link to your Git repository where I
can merge from.
## Installation
BlenderBIM is designed to be a simple static website. It is coded in plain HTML
with Mustache as a templating language.
1. First, install [mo](https://github.com/tests-always-included/mo)
2. Set the baseurl of your web server at `config.sh`
3. Run `make pages`
That's it! The website will be built in the `www/` folder.