I spent a lot of time as a child making little games in the educational programming language Scratch, and it was a major inspiration for me to continue programming as an adult. However, programming tools aimed at non-technical beginners (and particularly children) have a frustrating habit of arbitrarily limiting what you can do. This means there’s still a big jump to get to “real programming”.
This is my attempt to build something for this in-between space and bridge visual intuition with powerful scripting — it’s what I wish I always had.
- Clone the repository
git clone https://github.com/moritree/stacks.git - Install dependencies:
yarn install
I'm sure you can figure out installing any prerequisites along the way.
To run the app in development mode:
yarn tauri dev
To build the application binary for your system:
yarn tauri build