1. Create an Issue that describes the feature or bug
git clone https://github.com/ASteinheiser/react-rpg.com
cd react-rpg.com
nvm use
yarn install
yarn start
yarn test
Your pull request will be reviewed. If merged in, your changes will be automatically deployed (via AWS CodePipeline) to the beta url (staging.react-rpg.com), so everyone can test your changes. After some testing, it will be merged to MASTER, which will deploy to the live site and mobile apps instantly (via WebView).