Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 743 Bytes

readme.md

File metadata and controls

14 lines (11 loc) · 743 Bytes

To run this repo:

  • make an empty mission (any map)
  • modify your dcs to run dcs-grpc
  • clone this repo
  • install deps with npm install
  • create generated code with npm run codegen
  • start the server with a grpc address GRPC_ADDRESS=localhost:50051 npm start

vscode extensions you should have:

  • eslint for code standards enforcement
  • prettier for code formatting
  • lua for lua. Only needed if you plan to work on the lua bits. (You probably don't need this)