Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.01 KB

DEVELOPMENT.md

File metadata and controls

36 lines (29 loc) · 1.01 KB

Development

This doc explains how to setup a development environment so you can get started contributing to Diplodoc Platform.

Getting started

  1. Create a GitHub account
  2. Setup GitHub access via SSH
  3. Install requirements
  4. Set up your environment
  5. Create and checkout a repo fork

Requirements

<>

Environment Setup

<>

Development workflow

Checkout a repo

<>

Make changes

<>

Build and Test

Once built, you can run all the packages and examples in development mode using the following command: <> After making and building your changes, make sure that the examples continue working and, if needed, update the relevant examples to test changes or added functionality.

Commit and review

Commit your changes:

' git commit -m "Add my feature '

Push your changes to your fork:

' git push origin feature/my-feature '

Submit a Pull Request on GitHub.

Preparing a release

<>