mirror of
https://github.com/acid-info/docs.wakuconnect.dev.git
synced 2025-02-23 15:08:06 +00:00
411 B
411 B
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
TODO