Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.1 KB

File metadata and controls

31 lines (20 loc) · 1.1 KB

Midas Loop UI

The UI for Midas Loop, a human-in-the-loop annotation tool. It can be used in conjunction with the backend service available here.

Usage

Prerequisites

Development

  • yarn - install dependencies
  • yarn start - start development server
  • yarn test - run minimal tests (eg: lint javascript files)

Adding a new page

  1. Make a new directory under src prefixed with page-, e.g. src/page-login, with at least a tmpl.html
  2. In both webpack.dev.js and webpack.prod.js, extend module.exports.entry and module.plugins appropriately.

Production

  • yarn build to prepare html, css, js files in dist/ directory
  • yarn preview - run build and serve production files locally

Credits