Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 927 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 927 Bytes

Litmus Example – Tweets in CSS

Deploy A Copy

You can easily deploy this application to Heroku using the button below. After creating your Twitter application, click the "Deploy to Heroku" button and follow the steps on the next screen to create your own version of this application.

Deploy

Local Development

Requirements

  • Git
  • Ruby
  • Bundler

Setup

  1. Clone This Repo: git clone https://github.com/litmus/example-css-tweets.git
  2. Install Dependencies: cd example-css-tweets && bundle install
  3. Create Environment File: cp .env.example .env
  4. Create Twitter Application: https://apps.twitter.com/
  5. Enter Your Application's API Credentials in .env
  6. Run bundle exec foreman start
  7. Visit http://localhost:5000/tweets.css