Skip to content

suhaybabsi/kinematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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