Loading repository dataβ¦
Loading repository dataβ¦
acbcdev / repository
π§© An interactive playground for JavaScript and TypeScript, built with React and Tailwind CSS.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Your TypeScript/JavaScript Playground Editor
Welcome to RunTS! A lightweight yet powerful TypeScript/JavaScript playground built with Tauri, React, and TypeScript. Write and run code instantly in an isolated worker environment with real-time output.
Cmd+K for quick access to all editor actionsgit clone https://github.com/acbcdev/RunTS.git
cd RunTS
pnpm install
pnpm dev # Web version (Vite dev server)
pnpm tauri:dev # Desktop app with hot reload
pnpm build # Production web build
pnpm tauri:build # Tauri desktop application
Tests run with Vitest:
pnpm test # Run test suite
pnpm test:ui # Open Vitest UI
Editor preferences, theme, AI provider keys, and layout options are all configurable through the settings panel or Command Palette. Desktop-specific settings live in packages/app/src-tauri/tauri.conf.json.
Contributions are greatly appreciated! Please check the contribution guide before opening a pull request.