Exercises are created using Docsify. Write docs in Markdown and use Docsify cli to serve them. Store your lab exercises in the docs/<lab-number>
dir.
To run and serve the docs:
npm i -g docsify-cli
docsify serve docs
and connect tohttp://localhost:3000