/kinematics

Workspace for visualizing basic machinery mechanisms

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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