LibCrowds / libcrowds

The frontend for the LibCrowds crowdsourcing platform
MIT License
32 stars 6 forks source link
british-library crowdsourcing microtasks pybossa vuejs

LibCrowds

Build Status Coverage Status DOI

A Vue.js frontend for PyBossa (>=2.8.0).

The LibCrowds package is a Vue.js UI that communicates with a PYBOSSA backend to present crowdsourcing projects using a microsite-based structure.

Read the documentation

The LibCrowds website

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

Read the documentation