This repository contains the source code of the website of amap-dev
group of the AMAP laboratory.
This website is created using Quarto
.
As it is work in progress, the website is not yet published.
To get a render of the website, you need to clone the repository and have Quarto
installed.
Instructions to install Quarto
and get your favorite IDE ready can be found here.
To render the website, you can simply:
# preview the website in the current directory
quarto preview
# render the website in the current directory (but no preview)
quarto render
or use the dedicated shortcuts of the IDE.