# rubikscube-mirror **Repository Path**: chenyxuan/rubikscube-mirror ## Basic Information - **Project Name**: rubikscube-mirror - **Description**: An online Rubik's cube for beginners. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/chenyxuan/rubikscube - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-21 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rubik's Cube 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. ## Quick Build 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. ## Releases For prodcution, run ``` npm run build ``` The components will be compiled in `dist` folder in production mode.