1
0
mirror of https://github.com/bumi/openalias-web synced 2025-06-16 09:15:36 +00:00

Update README.md

This commit is contained in:
bumi 2019-01-16 16:54:18 +00:00 committed by GitHub
parent 5e8900e24b
commit f5a807d4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .