add initial README.md

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-09-29 13:29:34 +02:00
parent 6f5e1b5e53
commit 2c37cb17f2
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# Description
This repository is the source for https://docs.dappconnect.dev/.
It is built using [mdBook](https://rust-lang.github.io/mdBook/).
# Development
You will need to [install mdBook](https://github.com/rust-lang/mdBook#installation).
To start a server that also builds the page use:
```
mdbook serve
```
Will expose the built page under http://localhost:3000/.
# Continuous Integration
__TODO__