Skip to content

vmo-score/vmo-score-website

Repository files navigation

VMO-Score Website

This repository contains the files to generate the website for the VMO-Score project.

Dependencies

You can install the required packages with

pip install -r requirements.txt

Build

You can build the website with

make clean && make html