# tt-commander-app **Repository Path**: mirrors_urish/tt-commander-app ## Basic Information - **Project Name**: tt-commander-app - **Description**: Web app to control the Tiny Tapeout Demo board - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-19 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tt-commander-app [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TinyTapeout/tt-commander-app) Tiny Tapeout Commander App let you connect to a [Tiny Tapeout](https://www.tinytapeout.com) Demo Board and control it from your browser. You can select the active design and set the clock frequency. ## Cloud Development You can hack on the project by opening it on [Gitpod](https://gitpod.io/#https://github.com/TinyTapeout/tt-commander-app). This opens a full development environment in your browser, including a code editor, terminal, and a preview pane where you can see your changes in action. ## Local Development ### Prerequisites - [Node.js](https://nodejs.org/en/) (v18 or later) and npm (usually comes with Node.js) ### Instructions 1. Clone the repository 2. Run `npm install` to install dependencies 3. Run `npm start` to start the development server 4. Open [http://localhost:5173](http://localhost:5173) in your browser Enjoy! ## License Tiny Tapeout Commander is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for more details.