Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/expandorg/requester-app
- Owner: expandorg
- License: mpl-2.0
- Created: 2018-10-04T02:40:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T00:27:41.000Z (almost 3 years ago)
- Last Synced: 2023-04-11T05:02:42.616Z (over 1 year ago)
- Topics: frontend, react, requester-portal
- Language: JavaScript
- Homepage: https://requester.expand.org/
- Size: 3.81 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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