This is our repo for the Clock Dreamer game inspired by Honkai StarRail DLC.
This project uses ThreeJs, and you are recommended to use JetBrains IDE to open this project folder.
You may need to run the following commands to init the repo:
npm init -y
npm install --save three
Also, for smoother module import experience, use the following command:
npm install --save-dev vite
npx vite
Then you can click on the link that pops up from the console to directly access the HTML file!~