- GNU Make
 - npm
 - Python 3 (because I don't like Python 2.7)
 - git
 
- Install Python 3.x
 - Install pip
 - Install npm
 - Install dependencies:
 
npm install
pip install -r requirements.txtIn order to get the visual feedback of the website (without docs), you can run a local version:
npm run dev
# Open http://localhost:4321/Run make to generate the HTML files, which can then be found in dist/.