From f5a807d4efc27ba65375d17ed8a48d45dceb3996 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 16 Jan 2019 16:54:18 +0000 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index d7fbbaf..25c17a2 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,29 @@ Here is the page for the entries from donate@getmonero.org: If you already have a domain with OpenAlias DNS entries you already have one: `https://openalias-web.herokuapp.com/YOUR DOMAIN` If not, simply configure your DNS entries as described on [OpenAlias.org](https://openalias.org) (because of DNS propagation it might take a bit until your page is available) + +## Development + +The app is written in Rust and uses the [rocket.rs](https://rocket.rs/) web framework. + +To run the app locally: + + $ cargo run + + +Build a release: + + $ cargo build --release + + +### Running an instance + + + +## ToDo + +- DESIGN, DESIGN, DESIGN - a properly design page is required... can you help? + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/bumi/openalias-web .