# EPITA CRI documentation The goal of this repository is to store in one place the various documentation regarding the services offered by the CRI to the school and its students. This documentation can be read [here](https://doc.cri.epita.fr). You can build the site with: ```bash mkdocs build ``` You can also build and test the site locally with: ```bash mkdocs serve ``` The website will be available at localhost:8000