Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 397 Bytes

GraphQL server for the LHD databases

Try it out

  1. Read the instructions in .env.example and apply them to configure your ~/.ssh/config and .env
  2. Ensure that an ssh tunnel is up and running to dsps03
  3. yarn
    yarn test
    yarn start

💡 yarn test --inspect-brk and yarn start --inspect-brk also work.

More developer instructions