This website is built using Docusaurus 2, a modern static website generator.
You will need to have nodejs installed in your machine to work with the documentation website.
Your can start locally the website.
- Open a terminal and go to the root project of this repository.
- Launch the command below, it will install the dependencies and run the local server for the documentation.
make watch-doc
- You can now access the documentation directly in your browser: http://localhost:3000/.
- Open a terminal and go to the root project of this repository.
- Launch the command below, it will install the dependencies and build the documentation.
make build-doc
- If you want to see the result of your build, you can serve it with this command:
make serve-doc