Awesome
<img align="left" src="./assets/icons/icon.svg" alt="" style="width: 80px; height: 80px;" width="80px" height="80px" />Typebeat
[ Website ] | [ Demo video ] | [ Blog post ]
Project status
I am not actively developing this project, but I may return to it at some point in the future. Typebeat is meant to be a cross-platform desktop app, but the current version only seems to work on macOS. The Windows app crashes on startup, and I'm not sure why. I haven't tested the Linux app.
Building the native app
- Install Rust/Cargo
- Install Node/NPM
- Run
npm run-script init
- Run
npm start
to start the dev process
Building the website
- Install Rust/Cargo
- Install Node/NPM
- Install Emscripten
- Run
npm run-script website
to start the dev process