Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 488 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 488 Bytes

arabesque for ribbon

arabesque for ribbon

A back end interface for ribbon.

Installation

# 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