mirror of
https://github.com/waku-org/js.waku.guide.git
synced 2025-02-20 18:58:09 +00:00
Documentation for Angular and Waku to send and receive messages A guide to getting started with Angular 13 and js-waku. It goes through all the steps, from installation, setup, polyfills and working code.
Description
This repository is the source for https://docs.wakuconnect.dev/.
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:
master
is deployed to https://docs.wakuconnect.dev/ by CIdevelop
is deployed to https://dev-docs.wakuconnect.dev/ by CI
PRs should be made for develop
branch and master
should be rebased on develop
once changes are verified.
Description
Languages
HTML
100%