Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/expandorg/requester-app

Expand requester application
https://github.com/expandorg/requester-app

frontend react requester-portal

Last synced: about 8 hours ago
JSON representation

Expand requester application

Awesome Lists containing this project

README

        

# Requester App

Requester App is an application that allows requesters to develop and publish new tasks at expand.org

## Getting started

### Prerequisities:

- Install Node (On OS X with Homebrew you can just run `brew install node`.)

### Setup the project

Clone the repository with:

`git clone [email protected]:expandorg/requester-app.git`

Install npm dependencies, etc.) with `npm install` or `yarn install`

## Developemnt

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

## Tests

### Unit tests
Use `npm run test` to run unit tests

### e2e test

We keep all e2r tests in `tests/e2e` folder.
Use `npm run e2e` to run ui tests

### Linting

We are using eslint and prettier to keep.

## How to Contribute

If you're interested in contributing to the dispute service:

* Start by reading the [Contributing guide](CONTRIBUTING.md).

## License

Dispute service is licensed under the [MPL-2](license) license