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

Latest commit

 

History

History
14 lines (10 loc) · 584 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 584 Bytes

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.