fuel-docs/plugindocs/fuel-plugin-sdk-guide/create-environment.rst

698 B

Create a development environment

To create a development environment, you must:

  • Set up a repository and adhere to the workflow.
  • Set up Continuous Integration and Continuous Deployment (CI/CD).
  • Set up a testing framework.

This section includes the following topics:

create-environment/development-requirements.rst create-environment/code-style.rst create-environment/repository-workflow.rst create-environment/repository-branching.rst create-environment/launchpad-project.rst create-environment/plugin-repo.rst create-environment/plugin-ci.rst create-environment/autotests.rst