Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Denver-Devs/gigs.denverdevs.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gigs.denverdevs.org

Install

  1. Clone repo
  2. Run npm install
  3. Run bower install
  4. Make sure you have MongoDB running (mongod)
  5. Obtain a token from Slack
  6. Put it into a .env file like the following:
token=YOUR_TOKEN_HERE
  1. Run npm start