README
slack-4-linux
Slack client for linux. Uses Node Webkit
Running and Develop
Just did this an hour. Don't hate.
Clone the repo
git clone git@github.com:wlaurance/slack-4-linux.git && cd slack-4-linux
Install deps
npm install
Build It
grunt dist-linux
Run It
./resources/node-webkit/Linux64/nw ./dist/Linux64/app.nw
TODO
- Notifications
- Persistent Logins
- Use the node webkit distribution method when it finally exists