# Ratatouille Toy terminal-emulator based on webview, xterm.js and creack/pty. # Setup ## Build frontend ```bash cd frontend pnpm install pnpm build ``` ## Start app ```bash go run main.go ```