Added a VSCode dev container definition that contains Ruby and Jekyll
Declared the gem dependencies so that bundle install can be used to
install the build dependencies which then enable jekyll serve to locally
host and render the themed version of the TOC website.
This will unlock easier modification to the theme which is a pre-condition
of being able to debug CSS/theme/styling changes such as the width issues
I discovered recently on the new project dashboard page where the last few
columns are cut off from the view.
bundle install
can be used to install the build dependencies which then enablejekyll serve
to locally host and render the themed version of the TOC website.Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com