Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 502 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 502 Bytes

Kinematics

Workspace for visualizing basic machinery mechanisms. Try the app online here.

Running Locally (Development Mode)

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

Production

Use the following command to bundle the application:

npm run build