This is the repository for the agola site
In order to check the web site on your local computer before you send your contribution you'll need to
Then you need to install vitepress and all the other dependencies using:
pnpm install
and run the web server locally:
pnpm run docs:dev
It will compile the site, start a small server, and let you know the url to open.