ratatouille/README.md
2023-07-27 11:15:36 +02:00

424 B

Ratatouille

Toy terminal-emulator based on webview, xterm.js and creack/pty.

Setup

Dependencies

  • pnpm (a fast, disk space efficient package manager for Node)
  • go 1.19

Build frontend

cd frontend
pnpm install
pnpm build

Start app

go run main.go