Skip to content

Installing

Jason Bertsche edited this page Dec 21, 2021 · 2 revisions

Setting Up HubNet Web

Dependencies

Running Locally

Galapagos

  • Clone it
  • Enter the repository and checkout the wip-hnw branch
  • Execute sbt run
  • Query http://localhost:9000 in your browser
    • The first time, it may take a couple of minutes to download, compile, and load

HubNet Web

  • Make sure that you have Galapagos already running
  • Clone HubNet Web
  • Enter the repository and run npm install
    • Afterwards, run ./lint; if it has nothing to say, the JS side of things is set up correctly
  • Execute sbt run
  • Query http://localhost:8080 in your browser
Clone this wiki locally