Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 450 Bytes

ORE app

Web app for ORE cryptocurrency mining.

Running locally

This app is built with Dioxus.

To run locally, you will need Rust. Once installed, you can run:

./script/build.sh

This builds the web artifacts. You can host them locally with the following command:

(cd serve && cargo run)

This hosts the website on localhost:8080.