git clone https://github.com/madelesi/rubiks-2d-react.gitBuild Image:
sudo docker build -f Dockerfile -t rubiks-react-flask-2d .To run the image (Replace the first '5000' with whatever port you wish to run the container on):
sudo docker run --rm -p 5000:5000 rubiks-react-flask-2d:latestnpm install
cd api
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
cd ..To run:
npm run run-both