This website is a documentation site, built using Docusaurus 2, a modern static website generator.
You must have installed git and npm in your system. You must have appropriate acces to github.
git clone git@github.com:etenlab/docs.git
git checkout -b feat/your-awesome-improvement
npm ci
npm run start
... make your awesome improvement ...
git push --set-upstream origin feat/your-awesome-improvement
... make pull(merge) request using github UI