Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 325 Bytes

swarm-host-ui

  • git clone <repository-url> this repository
  • cd swarm-host-ui
  • npm install

Running / Development

  • Edit app/adapters/application.js. Change host and namespace to real values where swarm-host is running
  • ember serve
  • Visit your app at http://localhost:4200.