This code is designed to practice approaches to CI and CD in a boot camp. It is a simplified implementation of the rules for UK vehicle tax as of 2017 (the full rules can be found here https://www.gov.uk/vehicle-tax-rate-tables).
Preparation
It is critical that you can push changes to github.com. Check you can by logging out and logging in again. You will need to have a git client installed. In addition, there are language specific steps below.
Fork the project.
Do not clone the project using your IDE as you’ll end up opening/importing the root directory. Clone your fork from the command line by running git clone https://github.com/YOUR_USERNAME/tax_calculator
Complete the language specific set up to get your environment working: