js.waku.guide/README.md
Franck Royer 8390b61248
fix links
2022-11-09 12:49:57 +11:00

944 B

Description

This repository is the source for https://js.waku.guide/.

It is built using Hugo static site generator.

Development

You will need to install Hugo and pull submodules:

git submodule update --init

To start a server that also builds the page use:

hugo server

Will expose the built page under http://localhost:1313/.

Continuous Integration

Two branches are built by our Jenkins instance:

PRs should be made for develop branch and master should be rebased on develop once changes are verified.