Contributing
Prerequisites​
- Make sure you have Node JS installed.
Installing​
- In the terminal type
npm installto install all required packages - Ask System Admin for
.envvariables for all needed credentials
Developing​
Install with
git clone https://github.com/coretech/forex-tool
cd forex-tool
npm i
npm run devCheckout a branch from
developand make your changes in it branch (say,feat-new-stuff). These changes can be adding new features, fixing bugs, adding documentations, or refactoring existing code. Make sure your commit messages reflect your changes. Look at the section below for detailed instructions.Make sure that your branch successfully run without any error or warning. We won't be able to merge your PR if your code doesn't pass.
Make sure to periodically merge
developinto your branch to avoid conflicts when creating a PR.
Refer to commit messages to see how we structure our commit messages