Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Slack Block Kit Builder for Electron
https://github.com/amancevice/block-kit

block-kit electron macos slack slack-block-kit

Last synced: 8 days ago
JSON representation

Slack Block Kit Builder for Electron

Awesome Lists containing this project

README

        

# Slack Block Kit Builder

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

![block-kit](./block-kit.png)

## 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:

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

Build and install the app on macOS with make:

```bash
make install
```

## TODO

- [x] Persist Light/Dark theme on restart
- [ ] Sign & distribute app with Homebrew