References for building this site:
- Developping the site locally - setup (Use
yarn add -D vuepress@2.0.0-beta.45 @vuepress/client@2.0.0-beta.45 vueinstead ofyarn add -D vuepress) - Guide - getting started
- Default theme config, related to config.js
- Site-related configuration, also in config.js
Useful commands:
- To install the required library dependencies (see the package.json file):
yarn install - To launch the website locally:
yarn dev