Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 473 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 473 Bytes

dimensions

Playground for forces & n-dimensional geometry

install

Install npm dependencies

npm install

watch (dev)

Run webpack dev server with watch

npm run watch

build (prod)

Clean out built folder & run webpack build with production optimizations

npm run build

style

Auto-format code with prettier and tslint --fix

npm run style

clean

Remove npm dependencies and build caches

npm run clean