Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 433 Bytes

File metadata and controls

11 lines (9 loc) · 433 Bytes

Tweetcounts

Running The Software

  • Download the repo in your local computer.
  • In terminal/command line, cd to the root directory of this project
  • Run cp .env.example .env
  • Enter your own TWITTER_API_KEY and TWITTER_API_SECRET to the matching line in .env file
  • bundle install --without production
  • rerun -x rackup
  • In browser, visit "localhost:9292"