💻  Running Locally

  1. Clone the API repository (ZIP download)
  2. Install Ruby if you haven't already: www.ruby-lang.org (version)
  3. Install Bundler if you haven't already: gem install bundler
  4. Install Ruby dependencies with bundler: bundle
  5. Start application using Rack: rackup
  6. Go to http://localhost:9292 in a browser to ensure it redirects to https://github.com/custom-twemoji/custom-twemoji-api
  7. Stop application: Ctrl + C