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