Skip to content

Viet281101/MazeSolver3D

Repository files navigation

3D Maze Solving

Libraries

Threejs, dat.gui

Compile & Debug

  • Use npm command:
npm install
npm run dev

Deploy project to Github Pages

  • Use npm run to build and test folder dist/:
npm run build
npm run preview
  • Deploy to Github Pages:
npm run deploy