Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 784 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 784 Bytes

Trellis Conductor

This is the UI for managing the Trellis conductor service

Hosted

Configuration

  • All configuration is done at /src/config
  • You can add your own "skins" to the public/skins folder, then update the config to choose yours by default.

Building

yarn
yarn run start

Scripts

For your convenience there is a deleteAllDocs.js script which deletes all the documents under /bookmarks/trellisfw/documents for token god on localhost, you can specify different token or host using TOKEN and URL command line parameters.