Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 547 Bytes

developing.md

File metadata and controls

11 lines (8 loc) · 547 Bytes

Developing RAMPART

Developing the client

This runs a little slower, but the client will update automatically as you modify the source code.

  • Start the daemon/server (node rampart.js ...) as normal, but add the --devClient flag
  • Run npm run start in a second terminal window
  • Open localhost:3000 in a browser (not 3001)

This hot-reloading ability is not available for the server, so changes to server code require you to kill & restart the server (node rampart.js).

"Live" Bascecalling from a bulkfile