Worker App is frontend app that allows workers perform microtasks at expand.org
- Install Node (On OS X with Homebrew you can just run
brew install node
.)
Clone the repository with:
git clone git@github.com:expandorg/worker-app.git
Install npm dependencies, etc.) with npm install
or yarn install
Use npm run local
or yarn local
to run webpack dev server with local environment
Use npm run buid
or yarn build
to generate production build
Use npm run test
to run unit tests
We keep all e2r tests in tests/e2e
folder.
Use npm run e2e
to run ui tests
We are using eslint and prettier to keep.
If you're interested in contributing to the dispute service:
- Start by reading the Contributing guide.
Dispute service is licensed under the MPL-2 license