- make sure you have
redisup and running - install dependencies
npm i - add your
FIXER_API_KEYin.envfile - start server
npm start - run tests
npm test(tests are run on Travis upon push to remote) - run linting
npm run lint(also run as precommit hook and on Travis)
For simplicity of local env development, all env variables are located in .env file so for example if your redis server is running on different port then change it there.