Skip to content

red-patience/kurl.sh

 
 

Repository files navigation

kurl.sh

Local development

Before you are able to run this locally you need to have NodeJS above v.8.12.

  1. Install project dependencies

    yarn install
  2. And then run the project

    make serve
  3. In your browser navigate to localhost:8072 to view the project.

  4. Local Forward port in VS Code from 8072 to localhost

Updating documentation flags

  1. When updating add-ons flags JSON should be updated (/static/versionDetails.json).
  2. In a markdown file those flags should be called as flags-table.

Releasing the documentation

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.

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 75.5%
  • SCSS 17.3%
  • CSS 6.8%
  • Other 0.4%