A back end interface for ribbon.
# go to the admin folder in ribbon
cd admin
# clone arabesque
git clone https://github.com/jtpox/arabesque.git
# install dependencies
npm install
# build for production with minification
# not required as a distribution is already given.
npm run build