Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 298 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 298 Bytes

A Web Demo of Relaxed-IK

Online Demo

Usage

git submodule init
git submodule update
npm install
npm run build

The built files are under dist/.

Deploy to Github Pages

Update homepage tag in package.json

npm run deploy