This repository contains the Educates Training Platform website
This is a hugo based website, based of Toha theme
To build and run this site localy:
$ hugo mod tidy
# install dependencies
$ # hugo mod npm pack
$ npm install
$ hugo server
# or
$ hugo server --disableFastRender