Skip to main content

Frontend guide

Welcome to the Infrahub frontend guide! This guide details the technologies and steps required to contribute effectively to the Infrahub frontend.

Infrahub stack

Infrahub frontend is developed with:

For testing, we rely on:

Accessing the frontend code

To access Infrahub's codebase, use Git and switch to the develop branch to access the latest changes. All frontend code resides in /frontend.

git clone git@github.com:opsmill/infrahub.git
cd infrahub/frontend
git switch develop

Before contributing, we recommended starting with Getting set up with frontend.