A program that enables its user to quickly read through text by encouraging the silencing of their subvocalization.
Demo-svelte.mp4
- Install Rust https://www.rust-lang.org/tools/install
- Install NPM https://nodejs.org/en/download
- Clone the repo and cd to it
- Install frontend dependencies with
npm install
- Follow Tauri prerequisites https://tauri.app/v1/guides/getting-started/prerequisites
- Run
npm run tauri build
- The binary will be in
./target/release