Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 394 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 394 Bytes

rubik

Interactive Rubik's Cube Solver / Guide

Published at https://cmorley191.github.io/rubik

Building

This project is a static webpage built by Node.js. Install Node.js and the Node package manager npm.

Then, in this folder, download dependency packages:

npm install

And build the project:

npm run build-dev

Then, open (or refresh) in browser: dist/index.html