Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 408 Bytes

Slacker

A simple app for sending funny replies to Slack.

Getting started

Install the dependencies:

npm install

Run the server:

npm start

You now have a server running at http://localhost:8080

Development

If you want to make modifications, you will need to rebuild the webapp with:

gulp

Run the server and watch for file changes with:

gulp run