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: 2 months ago
JSON representation
Slack Block Kit Builder for Electron
- Host: GitHub
- URL: https://github.com/amancevice/block-kit
- Owner: amancevice
- License: mit
- Created: 2022-04-10T15:17:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T15:54:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T09:12:39.914Z (about 1 year ago)
- Topics: block-kit, electron, macos, slack, slack-block-kit
- Language: JavaScript
- Homepage:
- Size: 2.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack Block Kit Builder
Slack's Block Kit Builder packaged as an Electron app.

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