Skip to content

Commit

Permalink
Minor updates in UI contributing docs (apache#43013)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Oct 14, 2024
1 parent 2e5607a commit 4122597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing-docs/14_node_environment_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Committers will exercise their judgement on what endpoints should exist in the p
Airflow UI
----------

``airflow/ui`` is our React frontend powered. Dependencies are managed by pnpm and dev/build processes by `Vite <https://vitejs.dev/guide/>`__
Make sure you are using recent versions of ``pnpm\>=9`` and ``node/>=20``. ``breeze start-airflow`` will build the UI automatically.
``airflow/ui`` is our React frontend powered. Dependencies are managed by pnpm and dev/build processes by `Vite <https://vitejs.dev/guide/>`__.
Make sure you are using recent versions of ``pnpm>=9`` and ``node>=20``. ``breeze start-airflow`` will build the UI automatically.
Adding the ``--dev-mode`` flag will automatically run the vite dev server for hot reloading the UI during local development.

pnpm commands
Expand Down

0 comments on commit 4122597

Please sign in to comment.