Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 534 Bytes

Slack Block Kit Builder

Slack's Block Kit Builder packaged as an Electron app.

block-kit

Install

Unfortunately, I haven't had the time to sign & distribute this app yet (see TODO section), so you'll need to clone and build the application yourself.

Clone the repo with git:

git clone https://github.com/amancevice/block-kit

Build and install the app on macOS with make:

make install

TODO

  • Persist Light/Dark theme on restart
  • Sign & distribute app with Homebrew