Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 2.37 KB

README.md

File metadata and controls

80 lines (63 loc) · 2.37 KB
<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.