A React app that lets you create animated Slack / Discord custom emoji GIFs in the browser
# Install dependencies
$ yarn
# Start dev server with live reloading
$ yarn start
# Build static files to ./dist for production
$ yarn build
# Run tests
$ yarn test