Clone the stable branch.
git clone -b stable https://github.com/jtpox/ribbon.git
Update database details.
.env
Install and start.
npm run setup
node dist/ribbon.js
A back end interface for ribbon.
Clone arabesque.
cd admin
git clone https://github.com/jtpox/arabesque.git
Install dependencies.
cd arabesque
npm install
Build for production.
npm run build