/landscapeapp

🌄Upstream landscape generation application

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Custom Landscapeapp

This is an attempt to build custom landscapes, based on https://github.com/cncf/landscapeapp

Goals

  • run the landscapeapp locally without any API Keys
  • be able to provide custom data structures

How to run it

Step by Step Guide how to get a working landscape locally

Make changes to the landscape

  • Open the settings.yml in the cdf-landscape
  • Change home -> header to <h1>my test landscape</h1>
  • enter directory landscapes/landscapeapp
  • we need to ignore the version, since we are on a fork of the landscapeapp: export SKIP_VERSION_CHECK=1
  • run yarn fetch
  • start the landscapeapp in dev mode yarn run open:src