Documentation for js-waku https://docs.waku.org/
Go to file
F 9e409435ec
Add Vue.js example (#3)
2021-12-01 15:54:23 +11:00
src Add Vue.js example (#3) 2021-12-01 15:54:23 +11:00
.gitignore mdbook init 2021-09-29 13:27:08 +02:00
Jenkinsfile add Jenkinsfile for CI builds 2021-09-29 13:35:01 +02:00
README.md add Jenkinsfile for CI builds 2021-09-29 13:35:01 +02:00
book.toml Import guides from js-waku (#1) 2021-11-30 12:50:16 +11:00
custom.css book.toml: add cname and custom css placeholder 2021-09-29 13:28:22 +02:00

README.md

Description

This repository is the source for https://docs.dappconnect.dev/.

It is built using mdBook.

Development

You will need to install mdBook.

To start a server that also builds the page use:

mdbook serve

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

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.