Workspace for visualizing basic machinery mechanisms
Workspace for visualizing basic machinery mechanisms. Try the app online here.
Make sure you have Node.js installed. Then run the following commands on terminal (Mac OS X)/Command Prompts (Windows):
git clone https://github.com/suhaybabsi/kinematics.git
npm install
npm run dev
Use the following command to bundle the application:
npm run build