Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 561 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 561 Bytes

Dogs for Donuts!

Simple Slack app that allows a user to assign a task to another user and then allows the other user to report back the status of the task.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node ('13.3.0')

Installing

Clone the repository

git clone [email protected]:ajilityj/dogs-for-donuts.git
cd dogs-for-donuts

Install dependencies

npm install

Start application

npm start