aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-09-06 23:48:13 -0700
committerFuwn <[email protected]>2022-09-06 23:48:13 -0700
commitf793d07ebb2e4934f51e2a88ac338508736e3993 (patch)
treeffc24ab9de7b9610969740e53feae9bdacf1b189 /README.md
downloadmonkeytype-desktop-main.tar.xz
monkeytype-desktop-main.zip
feat: initial commitHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e5f20ee
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+# Monkeytype Desktop
+
+[![crates.io](https://img.shields.io/crates/v/monkeytype.svg)](https://crates.io/crates/monkeytype)
+[![github.com](https://github.com/Fuwn/monkeytype-desktop/actions/workflows/rust.yaml/badge.svg?branch=main)](https://github.com/Fuwn/monkeytype-desktop/actions/workflows/rust.yaml)
+
+Monkeytype desktop is a desktop client for [monkeytype.com](https://monkeytype.com/) with various
+quality-of-life features such as a Discord Rich Presence.
+
+You might know my for authoring the original [monkey-type-desktop](https://github.com/fuwn/monkey-type-desktop)
+client which was written using Electron. This is a rewrite of that client in Rust which aims to be
+more lightweight and an improvement over the original.
+
+## Usage
+
+There aren't any official installation avenues at the moment, but in the future Moneytype Desktop
+will come with an auto-updater and installation will be as simple as downloading a binary or using
+Cargo.
+
+If you really want to try it out, you can clone this repository and build it yourself using Tauri
+and Cargo.
+
+### Pre-requisites
+
+- [Rust](https://www.rust-lang.org/)
+- [The Tauri CLI](https://tauri.app/v1/api/cli) (`cargo install tauri-cli`)
+
+Just clone this repository, `cd` into it, and run `cargo tauri dev` to launch a development server.
+
+## License
+
+This project is licensed with the
+[GNU General Public License v3.0](https://github.com/Fuwn/monkeytype-desktop/blob/main/LICENSE).