Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 515 Bytes

Metaballs-js

Monorepo for all the official metaballs-js libraries.

See the individual packages' READMEs for more information:

Development

yarn # or npm i
lerna start # starts the example app in packages/example

# make changes to packages
npm run compile # propagates changes and hot-reloads example app