Skip to content

maoo/legend-studio

 
 

FINOS - Incubating legend-build Security Rating

legend-studio

The codebase and home of Legend applications: Legend Studio, Legend Query, etc.

Getting started

Make sure you have SDLC and Engine servers running. If you don't have these servers setup to run locally, you can make use of this Docker compose project to quickly set them up.

Make sure you have Yarn installed. Run the following commands in order.

  yarn install
  yarn setup
  yarn dev

After setting up, visit http://localhost:8080/studio and the application should be up 🎉

If you get Unauthorized error, visit SDLC server at http://localhost:7070/api/auth/authorize in your browser, you will get redirected to the Gitlab login page or a Gitlab page asking you to authorize Legend OAuth application. After you completing these steps, you will be redirected back to SDLC. Now refresh Studio and the problem should be gone.

Documentation

You can find our documentation on the website.

Check out the Getting Started page for a quick overview. Also check out the Installatiton Guide to find out how to setup your Legend ecosystem.

You can improve it by sending pull requests to this repository.

Roadmap

Visit our roadmap to know more about the upcoming features.

Contributing

Please read our contributing guide.

Code of conduct

We adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Good first issues

We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

License

Copyright (c) 2020-present, Goldman Sachs

Distributed under the Apache License, Version 2.0.

SPDX-License-Identifier: Apache-2.0

Packages

No packages published

Languages

  • TypeScript 92.7%
  • SCSS 4.4%
  • JavaScript 2.9%