项目作者: suhaybabsi

项目描述 :
Workspace for visualizing basic machinery mechanisms
高级语言: JavaScript
项目地址: git://github.com/suhaybabsi/kinematics.git
创建时间: 2017-11-18T19:50:42Z
项目社区:https://github.com/suhaybabsi/kinematics

开源协议:Apache License 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):

  1. git clone https://github.com/suhaybabsi/kinematics.git
  2. npm install
  3. npm run dev

Production

Use the following command to bundle the application:

  1. npm run build