Skip to content

The frontend for the LibCrowds crowdsourcing platform

License

Notifications You must be signed in to change notification settings

LibCrowds/libcrowds

Repository files navigation

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