question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve setup documentation for new landscapes

See original GitHub issue

This looks like a really useful app, but it seems quite difficult to get started to create a new landscape.

  • The instructions could be bullet points
  • Perhaps less dependency tools (nvm, npm, yarn, etc…), and less chained scripts

I’d be happy to contribute to documenting the steps, but I’m really struggling to make a simple landscape (even copying others such as lfai-landscape or graphql-landscape.

Is anyone able to give me some pointers? Ideally the setup should be able to be described in a Dockerfile for example.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:22 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
floriankammermanncommented, Mar 7, 2021

Got a local build running, by stripping out the crunchbase dependencies https://github.com/floriankammermann/landscapeapp. Step by Step instruction in the README

2reactions
jordinlcommented, Mar 26, 2021

@floriankammermann Yes, makes sense. There are a lot of things on cncf/landscapeapp that are specific to the Linux Foundation, for instance fetching from github or crunchbase… As you say, the detail view is specific to each use case and the actual landscape is just a collection of images grouped into categories.

I’ve thought about ways of removing everything that is specific to the Linux Foundation. Maybe as a first step I could just extract the actual landscape (the collection of logos with a blue background) as a React Component that people could add to their sites like:

const items = [
  { name: 'Google', id: 'google', logo: 'https://google.com/logo.svg', category: 'Search Engine' },
  { name: 'Facebook', id: 'facebook', logo: 'https://facebook.com/logo.svg', category: 'Social Network' }
}]

<Landscape items={items} />

Or something like that…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating Landscapes - Unreal Engine Documentation
Guide to creating new Landscape terrains.
Read more >
Landscape Design: Ten Important Things to Consider
When designing a residential landscape, the most important step is to put a plan on paper. Developing a master plan will save you...
Read more >
The 6-step guide to successfully onboarding new landscape ...
How do you onboard new landscape employees? See how these 6 tips can help improve your training processes.
Read more >
7 Landscape Design Tips for Beginners
Follow our beginner-friendly gardening landscaping tips to turn your ... guide your room setup inside can guide your designs outside, too.
Read more >
Video: Use landscape and portrait in the same document
In the Page Setup box, under Orientation, click Portrait or Landscape. ... section breaks before and after the text that has the new...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found