A react client for the rumble server
Make changes and commit, then:
git push heroku master
https://rumble-react.herokuapp.com/
Run the following commands in a PythonAnywhere console:
pip install --user sh
git clone https://github.com/Bloblblobl/rumble-react.git
Install Node locally:
git clone https://github.com/creationix/nvm.git
source ~/nvm/nvm.sh
nvm install v9.6.1
nvm alias default v9.6.1
cd rumble-react
npm install
Or run install_node.py (Untested)
cd rumble-react
python pythonanywhere_deploy.py
You may need to clear your browser cache after deployment