0.3.25 • Published 1 year ago

annotinder-client v0.3.25

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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