Skip to content

Files

Latest commit

e07c692 · Oct 16, 2024

History

History
24 lines (15 loc) · 385 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 385 Bytes

Educates Training Platform website

This repository contains the Educates Training Platform website

Info

This is a hugo based website, based of Toha theme

Build

To build and run this site localy:

$ hugo mod tidy

# install dependencies
$ # hugo mod npm pack

$ npm install

$ hugo server

# or

$ hugo server --disableFastRender