Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 703 Bytes

DEV.md

File metadata and controls

29 lines (19 loc) · 703 Bytes

Local Development Instructions

Running locally

Software requirements

  • Install the latest LTS version of Node (preferably using nvm)
  • Install the latest Rover CLI

Install dependencies

npm install

Running the subgraphs and Router in dev

Run the subgraphs and Router, which use Apollo Server, using npm

npm run dev

Running just subgraphs in production mode

The subgraphs are deployed all together in a single Express app. You can run them all together in production mode with

npm start