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