In order to build Prototypo, you need to install the following software-packages on your system:
- Git
- Node.js
- Grunt
- Bower
Clone a copy of the main Prototypo git repository
$ git clone git://github.com/byte-foundry/prototypo.git && cd prototypoInstall build scripts
$ npm installDownload frontend libraries
$ bower install$ grunt serveThis operation currently requires either Fontforge or using a hosted service such as Freefontconverter.
$ grunt test