Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Phala-Network/phala-wiki

Repository files navigation

Phala Wiki Source

Prepare

Init the repo:

git submodule update --init

(On macOS) Install Hugo:

brew install hugo

(On Linux) Install:

sudo snap install hugo --channel=extended

Live preview

hugo server

Build & release

You have to own the write permission to the Github Page repo in order to release a new version.

./scripts/publish.sh