- Fork this repository to your own GitHub account and then clone it to your local device.
- Create a new branch
git checkout -b MY_BRANCH_NAME - Install yarn:
npm install -g yarn - Install the dependencies:
yarn - Run
yarn devto build and watch for code changes git pushyour repo up to github.- open a pull request to the this repository.
- thanks for your contribution!
You will need a redis DB running
brew install redison Mac OS X
Next, edit your .env and set your redis database parameters:
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_USERNAME=
REDIS_PASSWORD=
That's it for configuration.
Running all tests:
yarn test