From 2c37cb17f276df623b52b28cace7776dc2f0ccd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 29 Sep 2021 13:29:34 +0200 Subject: [PATCH] add initial README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f64cb4 --- /dev/null +++ b/README.md @@ -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__