Also known by the acronym CCNEMGTR
Live site: http://www.chesapeakechaptermgtclub.com/
"Dedicated to the enjoyment and preservation of MG T-type and MG sportscars."
To get started, first install Git on your computer.
For editing the code you may build an IDE by extending an editors sucha as Microsoft's Visual Studio Code, Sublime, Atom, VI, Notepad+, etc.
- clone the repo
- look at backlog of tickets for work
- create a Git branch named after the update
- commit changes often with each code change explained in plain English
- check in commits regualarly
- when completing feature and the feature is ready for testing, move the work ticket into the testing column
- approvers will either verify changes or return ticket to devlopment phase with comments regarding bugs and improvement
- once the user acceptance testing is complete and code review approved, the feature will auto deploy to the live site.
June 9, 2021
First push over to Github
June 8, 2020
Inherited and moved it to my server.
- created GIT repo with this site in it to track changes
- started to normalize pages with HTML 5
- experimented building the site with Bulma framework for potential use in the redesign of the site by end of 2021.