Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 343 Bytes

IK Solver for three.js

Get started

Install Parcel and the dependencies...

npm install -g parcel-bundler
cd IKSolver-for-threejs
npm install

...then start Parcel

npm run dev

Navigate to localhost:1234. You should see the app running.