A web application simplifying the process of reconstructing Rubik's Cube solves. Check out the website. The core logic has been extracted to a separate package.
Requirements:
- Node.js
# Install dependencies
npm install
# Run the development server
npm start
Now you can visit localhost:3000
from your browser.