Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 437 Bytes

File metadata and controls

17 lines (11 loc) · 437 Bytes

Distr Server

Typescript NestJS

Distr backend GraphQL Server. Central server in the Distr platform that modules connect to via gRPC.

Development

How do I get set up?

  1. Clone this repo
  2. Install dependencies npm install
  3. Set the .env variables to valid values
  4. Run npm run dev to run the server locally