Open
Description
As a contributor to the tutorial I want to serve it locally. Several options are described
- In
CONTRIBUTING.md
it says to install Ruby with either OS package manager or conda and runmake serve
- In
.github/PULL_REQUEST_TEMPLATE.md
it says you can also usemake docker-serve
.
Can the docker-serve
option be added to CONTRIBUTING.md
so both document give same options.