@tari-project/tari-tower
v0.2.0
Published
The Block Tower animation used in Tari Universe
Keywords
Readme
tari-tower
Source for the tower animation used in Tari Universe.
🚧 under construction
Installation
npm i @tari-project/tari-towerUsage
🚧 under construction
Contributing
Development
note: must be built first to be able to reference the lib locally
npm ci
npm run build
npm run dev- make changes in the
libdirectory - export anything you want available in
/lib/index.ts - update readme
Distribution
- make sure your tari labs registry PAT is set up
- bump version in package.json
- build changes:
npm run build- publish changes:
npm publish