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

evantahler/earlyagain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EarlyAgain

Earlyagain is an application which allows you to anonymously chat with people nearby. EarlyAgain is an example actionherojs application.

Running the application

  • install nodejs and ruby
  • intall node's dependencies from root with npm install
  • install jekyll's dependinces from /public with cd /publish && gem install bundler && bundle install
  • run node npm install
  • run jekyll cd /publish && bundle exec jekyll serve --watch

You will need your own foursquare API keys set to FOURSQUARE_ID and FOURSQUARE_SECRET in your path.