Skip to content
Snippets Groups Projects
Commit cc7f926e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add readme

parent fb10d85b
No related branches found
No related tags found
No related merge requests found
Pipeline #174546 passed
# Teckids website
## How to build
### Install yarn and Zola
#### On Debian
```
sudo apt install cargo yarnpkg
cargo install zola
```
#### On openSUSE Tumbleweed
```shell
sudo zypper install yarn zola
```
### Install JavaScript dependencies
```shell
yarn install
```
### Build HTML output
```shell
zola build
```
Alternatively, run local development server:
```shell
zola serve
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment