Giter VIP home page Giter VIP logo

legend-studio's Introduction

FINOS - Incubating legend-build Security Rating Bugs

legend-studio

Getting started

  npm install
  npm run setup
  npm start

Developer setup

Custom DEV server config

Depending on your developer environment, you might have customizations for the dev server, for example, if your environment has a different host for localhost and that host requires a special signed certficates and keys, you would need to provide those in server/https. See sample below:

{
  "host": "localhost",
  // NOTE: the path must be relative to `webpack.config.js`
  "key": "./dev/server/localhost.key.pem",
  "cert": "./dev/server/localhost.cert.pem",
  "ca": "./dev/server/ca.cert.pem"
}

Whichever configs specified in this file will override that in webpack.config.js. See dev/scripts/start.js and setting SERVER_CONFIG_PATH for more details.

IDE

If you use VSCode (and we hope you do...), you should install Prettier and ESLint plugins, then configuallore your workspace settings in ./.vscode/settings.json like this:

{
  "editor.tabSize": 2,
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact"
  ],
  "eslint.options": {
    // use advanced ESLint rules for development
    "configFile": "./.eslintrc-advanced.js",
    "rulePaths": ["./dev/eslint_rules"]
  },
  "search.exclude": {
    "**/node_modules": true,
    "**/package-lock.json": true
  },
  // This is useful when we want to use a different version of Typescript
  // "typescript.tsdk": "./node_modules/typescript/lib"
  "[css]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[scss]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
  },
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[jsonc]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[javascript]": {
    "editor.defaultFormatter": "vscode.typescript-language-features"
  },
  "[typescript]": {
    "editor.defaultFormatter": "vscode.typescript-language-features"
  },
  "[typescriptreact]": {
    "editor.defaultFormatter": "vscode.typescript-language-features"
  },
  "prettier.singleQuote": true,
  "prettier.trailingComma": "es5",
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "javascript.preferences.importModuleSpecifier": "non-relative",
  "typescript.preferences.importModuleSpecifier": "non-relative"
}

Roadmap

Visit our roadmap to know more about the upcoming features.

Contributing

Visit Legend Contribution Guide to learn how to contribute to Legend.

License

Copyright 2020 Goldman Sachs

Distributed under the Apache License, Version 2.0.

SPDX-License-Identifier: Apache-2.0

legend-studio's People

Contributors

akphi avatar maoo avatar gs-bracej avatar pierredebelen avatar finos-admin avatar mauriciouyaguari avatar mend-for-github-com[bot] avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.