| layout | default |
|---|---|
| title | Source Code |
| short_title | Source Code |
The entire codebase for the miniboxing project is open source, to encourage collaboration and improve the quality of research. The source code is hosted on github at https://github.com/miniboxing/miniboxing-plugin and can be easily cloned:
{% highlight bash %} $ git clone https://github.com/miniboxing/miniboxing-plugin.git {% endhighlight %}
The wiki pages contain a wealth of information on the source code structure. And they contain many details that are not explained anywhere else, for example:
- how to build the project
- how to run the benchmarks
A list of all wiki pages is <a href="https://github.com/miniboxing/miniboxing-plugin/wiki/_pages"available here.
The miniboxing project is released under the new BSD license.