This project was bootstrapped with Create React App and utilizes Semantic UI React as a UI kit. SnapKit is used to implement the Bitmoji Sticker Picker.
To run this project, please add a .env.local file to the root folder of the repository and add the following keys:
REACT_APP_CLIENT_IDREACT_APP_REDIRECT_URL
The value of these keys will be acquired from your own SnapKit application page in the "Development Environment" and "Redirect URLs" respectively.
Once you have added the environment file and keys, run the following script:
npm run start
and visit http://localhost:3000