Before you are able to run this locally you need to have NodeJS above v.8.12.
-
Install project dependencies
yarn install
-
And then run the project
make serve
-
In your browser navigate to
localhost:8072
to view the project. -
Local Forward port in VS Code from 8072 to localhost
- When updating add-ons flags JSON should be updated (
/static/versionDetails.json
). - In a markdown file those flags should be called as
flags-table
.
The deploy workflow is responsible for releasing to both staging and production.
Staging will be released on merge to main.
Releasing to the production environment requires review from the @replicatedhq/embedded-kubernetes team.