development-setup.md

July 20, 2023 ยท View on GitHub

Essential tools

  • Git
  • NodeJS >= 16 + NPM (can be installed w/ volta for example)
  • Docker (https://docs.docker.com/get-docker/)
  • Make

Cloning the repository

git clone https://github.com/Joystream/orion

For instructions on how to run the Orion services locally, see: Running local instance

Suggested IDE: VSCode

Useful extensions:

  • GitLens
  • ESLint (see: Code style)
  • OpenAPI (Swagger) Editor
  • PostgreSQL
  • TODO Tree
  • GraphQL: Syntax Highlighting

Contents

  1. 1Essential tools
  2. 2Cloning the repository
  3. 3Suggested IDE: VSCode
  4. 3.1Useful extensions: