| Technology | Version |
|---|---|
| node | v8.2.1 |
| yarn | 0.27.1 |
| npm | 5.3.0 |
Feel free to choose either yarn or npm. Only one is required.
Make sure you have the compatible versions of node and package manager.
Install packages through yarn or npm install.
To run locally in development:
yarn start
The following options are configurable.
- Number of original messages
- Number of responses
- Chance of error for GET /messages
- Chance of error for POST /messages
These options can be found in config.js.
yarn run eslint src
yarn run eslint src -- --fix