Skip to content
Snippets Groups Projects
Forked from Teckids / Team PR / teckids.org
51 commits behind the upstream repository.
lumi's avatar
Marina authored
f9b2724a
History

Teckids website

How to build

Install yarn and Zola

On Debian

sudo apt install cargo yarnpkg
cargo install zola

On openSUSE Tumbleweed

sudo zypper install yarn zola

Install JavaScript dependencies

yarn install

Build HTML output

zola build

Alternatively, run local development server:

zola serve