Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 787 Bytes

multiple-developers.md

File metadata and controls

19 lines (13 loc) · 787 Bytes
layout toc title
docs
practice-toc.html
A project with multiple developers

When multiple developers join the development, you may need development standards and environments that can facilitate collaborative development. This chapter describes about them.

System and development environment

The project feature of Node-RED can be linked with Git and you can manage the version of flows. It is recommended to use Git remote repository such as GitLab or GitBucket for sharing flows and projects among members. This chapter describes the development environment using Git.

In detail, we plan to describe followings.

  • Configuration of development environment
  • Procedure of developing
  • Steps of release

Management of flow with git