Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 474 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 474 Bytes

duwamish-admin-ui

Installation

  • Set up duwamish-api on your computer.
  • Follow the instructions to install and run the duwamish-api server
  • Clone this repository and cd into it.
  • Run npm install
  • Start the node dev server (which acts as a proxy between the editor and the duwamish-api server)
    • node dev-server.js
  • Start the editor
    • npm start
    • go to http://127.0.0.1:9966

Running tests

Run npm test

License

GPL 3.0