Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 456 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 456 Bytes

Relay Quickstart using DC Comics universe

Installation

npm install

Running

Start a local server using :

npm start

Developing

Any changes detected in the js/ directory will cause the server to automatically rebuild the app and refresh your browser.

If you make any changes to data/schema.js, stop the server and regenerate the schema data/schema.json, and restart the server

npm run update-schema
npm start