https://github.com/moritree/stacks
https://github.com/moritree/stacks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moritree/stacks
- Owner: moritree
- License: gpl-3.0
- Created: 2025-01-23T21:17:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T22:10:11.000Z (over 1 year ago)
- Last Synced: 2025-02-19T23:22:31.744Z (over 1 year ago)
- Language: Rust
- Size: 959 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stacks
[](https://www.rust-lang.org/)
[](https://www.lua.org/)
[](https://www.typescriptlang.org/)
[](https://v2.tauri.app/)
[](https://tailwindcss.com/)
[](https://preactjs.com/)
### [Read the docs!](https://stacks-programming.readthedocs.io/en/latest/)
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.

# Run locally
1. Clone the repository
```
git clone https://github.com/moritree/stacks.git
```
2. Install dependencies:
```
yarn install
```
I'm sure you can figure out installing any prerequisites along the way.
## Development
To run the app in development mode:
```
yarn tauri dev
```
## Build from source
To build the application binary for your system:
```
yarn tauri build
```