An online Rubik's cube for beginners.
If it takes too long to visit github, visit https://gitee.com/chenyxuan/rubikscube-mirror for code and https://rubikscube-mu.vercel.app for deployment.
Clone this repo and run (require nodejs 16.x)
npm install
npx webpack
npm test
npm run dev
Then you can visit http://localhost:8080/ for a demo in development mode.
For prodcution, run
npm run build
The components will be compiled in dist
folder in production mode.