Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.78 KB

CONTRIBUTORS_QUICK_START_CODESPACES.rst

File metadata and controls

45 lines (31 loc) · 1.78 KB

Setup and develop using GitHub Codespaces

  1. Goto https://github.com/apache/airflow/ and fork the project.

    Forking Apache Airflow project
  2. Follow Codespaces Quickstart to start a new codespace.

  3. Once the codespace starts your terminal should be already in Breeze environment and you should be able to edit and run the tests in VS Code interface.

  4. You can use Quick start quide for Visual Studio Code for details as Codespaces use Visual Studio Code as interface.

Follow the Quick start for typical development tasks.