Jakub Sokołowski 2c37cb17f2
add initial README.md
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-29 13:29:34 +02:00

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