Aller au contenu

Frontend Development

System dependencies

Before running these steps, ensure you have completed the installation steps here.

Running the howler UI for development is fairly straightforward:

# Install dependencies
yarn install

# Run the development server
yarn start

Visual Studio Code

If developing in VS Code, it is recommended to install the recommended extensions, for built-in prettier and eslint support.