Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Building from sources
If you want to build a package yourself, or contribute - here is a guide for how to do that.
Prerequisites
Building
Install dependencies
make installBuild plugin (for all platforms)
make distTo run frontend and rebuild on file change
make run-frontendTo run backend and rebuild on file change
make run-backendRun tests
make test


