Turing machine simulator for learning and testing simple programs
To clone and run this application, you'll need Git, Node JS (which comes with NPM), and Rust with its package manager Cargo. You can see the complete pre-requisites for running the app according to the OS in the official tauri guide.
This app is built with React as frontend framework using typescript and Tauri in the backend using Rust
After cloning, in the project folder run
# Install frontend dependencies
foo@bar:~$ npm install
# Install backend tauri dependencies
foo@bar:~$ cargo install tauri-cli
# Start the app in watch mode
foo@bar:~$ cargo tauri dev