Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 435 Bytes

Relay: Posts & Comments

Installation

npm install

Running

Start a local server:

npm start

Developing

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

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

npm run update-schema
npm start