This website is built using Docusaurus 2, a modern static website generator.
You must have nodejs installed on your computer to make it work!
Doc : https://docusaurus.io/docs/markdown-features
npm install
npm run start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
The website is automatically deployed on Github Pages when you push new commits
on the main branch.
To update lock dependencies:
npm update
To show security issues:
npm audit