Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 910 Bytes

DEVELOPERS.md

File metadata and controls

31 lines (20 loc) · 910 Bytes

Concerto Development Guide

❗ Accord Project Development Guide ❗

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

Template Playground Specific Information

Development Setup

Building Template Playground

To build Concerto, you clone the source code repository and use npm to build:

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

# Go to the template-playground directory:
cd template-playground

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

# Install node.js dependencies:
npm i

# Run
npm run dev