Web interface to control a custom Slack App.
git clone https://github.com/hackuci/eventbot.gitcd eventbotnpm install
npm start- Open http://localhost:3000 to view it in the browser.
- Input the token for your Slack App on the
/loginpage
We use GitHub Pages to deploy our site.
Make sure you are on the latest version of master before running the deploy command.
git checkout mastergit pullnpm run deploy