Interactive Vite + React playground for modeling a skateboard drop into a turn. Inspired by the Red Bull 80‑meter drop build, this simulator lets you tweak drop height, radius, and speed assumptions, then watch the animation trace a pre-drop, concave arc, and runway while key stats update in real time.
npm install
npm run devOpen http://localhost:5173 to explore the controls and animation.
npm run buildThe production bundle lands in dist/.
The repo includes vercel.json. Import the GitHub repo in Vercel, keep the default build command npm run build, set the output directory to dist, and Vercel will handle static hosting with SPA routing.
Distributed under the MIT License. See LICENSE for details.