You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the repo and create your own development branch or create your own fork.
Note: If you want to make changes to any .yml files under .github/workflows/ you must use a branch off the main repo instead of a fork. For security reasons GitHub Secrets can only be accessed from the pull_request_target from forks, which means any .yml changes you make in your fork will not be reflected in the workflow runs.
Building and testing your changes
To set up your local environment, run npm install from the root of your local repository. This only needs to be done once.