An annotation interface for detailed text annotation by crowdworkers along researcher-defined topics of interest.
Built with (react)[https://facebook.github.io/react/] and (redux)[https://github.com/reactjs/redux].
####To setup
From the project directory, run
npm install
bower install
You might also want to install Devtools for (React)[https://facebook.github.io/react/blog/2015/09/02/new-react-developer-tools.html] and (Redux)[https://github.com/zalmoxisus/redux-devtools-extension].
####To develop
Run npm run dev
from the project dir to build and serve the development app.
####To deploy
Run npm run deploy
and the output files will be written to the dist
fodler.