Make use of an empty support template! Replicate an issue, then upload as a branch to easily distribute and test in the future.
The launcher assumes you have the 'http-server' node module installed. If not use "npm install -g http-server" to install. The app will run on port 9001.
Button click event and testing javascript is recommended in public/js/custom.js
(make sure you have no support directory in the pwd)
- git clone /~https://github.com/ryanpetersonOF/Support.git
- cd support
- git branch [ticket # OR branch name]
- git checkout [ticket # OR branch name]
- Do your test
- git add *
- git commit -m "some explanation of the ticket"
- git push origin [ticket # OR branch name]
(make sure you have no support directory in the pwd)
- git clone -b [ticket # OR branch name] /~https://github.com/ryanpetersonOF/Support.git