Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.31 KB

File metadata and controls

21 lines (11 loc) · 1.31 KB

Developing Cadence's Web UI

This doc is intended for contributors to cadence-web

📚 New to contributing to Cadence? Check out our Contributing Guide for an overview of the contribution process across all Cadence repositories. This document contains cadence-web specific setup and development instructions.

Once you go through the rest of this doc and get familiar with local development setup, feel free to start contributing!

Join our community on the CNCF Slack workspace at cloud-native.slack.com in the #cadence-users channel to reach out and discuss issues with the team.

Note: All contributors will be asked to sign Uber Contributor License Agreement during the PR process.

Development Environment

Node.js. Check package.json for the current (engines > node) version required.

For development check the Building & developing cadence-websection

Working with the source code

Follow this great guide on how to work with a GitHub fork and submit a pull request.