Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.06 KB

AnnoTinder

This repository contains the app for the AnnoTinder client.

Several components are also published as an NPM module. There are used by the CCS_Annotator client for managing and deploying jobs, and the annotinder R package.

AnnoTinder client App

The App can be used to log in to any AnnoTinder backend. Users therefore never really have to install this App themselves. For now we're hosting it on Github pages.

Install the app, and run locally for development

git clone https://github.com/ccs-amsterdam/annotinder-client
cd annotinder
npm install
npm start

For my other dev peeps

Deploy the app on Github pages:

npm run deploy

As an NPM module

The NPM module doesn't cover the entire client, but exposes some components (see src/lib/index.js). This is primarily intended for the annotinder-r-client and annotinder-manager (forthcoming).

To build and publish, increment version and run:

npm run build_npm
npm publish