Skip to content

Developer Guide

dark edited this page Sep 13, 2019 · 34 revisions

Overview

This page explains a developer to set up a graphene project for contributing.
Firstly, if you want to understand graphene go to the graphene concepts page.

We will set up the environment for developing Graphene application in the following order.

  1. Infrastructure settings
  2. Run application at Intellij

1. Infrastructure settings

First, Set up the infrastructure for developing and testing:

$ git clone https://github.com/Dark0096/graphene
$ cd graphene
$ docker-compose up -d

Clone this wiki locally