Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 828 Bytes

DEVELOPERS.md

File metadata and controls

29 lines (19 loc) · 828 Bytes

Cicero Development Guide

❗ Accord Project Development Guide ❗

We'd love for you to help develop improvements to Cicero technology! Please refer to the Accord Project Development guidelines we'd like you to follow.

Cicero Specific Information

Development Setup

Building Cicero

To build Cicero, you clone the source code repository and use lerna to build:

# Clone your Github repository:
git clone https://github.com/<GITHUB_USERNAME>/cicero.git

# Go to the Cicero directory:
cd cicero

# Add the main Cicero repository as an upstream remote to your repository:
git remote add upstream "https://github.com/accordproject/cicero.git"

# Install node.js dependencies:
npm install -g lerna
lerna bootstrap