Skip to content

SaifMasoud/rubiks-2d-react

Repository files navigation

rubiks-2d-react: A 2D Rubik's Cube Solver

Alt text

Clone The Project:

git clone https://github.com/madelesi/rubiks-2d-react.git

Install Using Docker:

Build 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:latest

Install using npm & pip:

npm install
cd api
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
cd ..

To run:

npm run run-both

License

MIT