Original website: https://rogierdeboeve.com/
Thanks to Yuri Artyukh for the live coding session and his "Today it will be an easy one!". Thanks to Bruno Simon for the Three.js starter project.
Three.js is Amazing! 🚀
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build