Skip to content

A simple terminal emulator for displaying text output from Google Blockly.

License

Notifications You must be signed in to change notification settings

danielduckworth/blockly-terminal

Repository files navigation

<style> .todesktop-download-button-universal { display: inline-flex; align-items: center; justify-content: center; height: 36px; padding-left: 10px; padding-right: 10px; border-radius: 4px; background-color: #1890ff; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; text-decoration: none; } .todesktop-download-button-universal > span { padding-left: 5px; padding-right: 5px; font-size: 14px; line-height: 1; font-weight: 500; letter-spacing: .025ch; } .todesktop-download-button-universal > img, .todesktop-download-button-universal > svg { width: 25px; padding-left: 3px; padding-right: 3px; } </style> Download Desktop App

Blockly Terminal

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Customize configuration

See Configuration Reference.

About

A simple terminal emulator for displaying text output from Google Blockly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published