1.2.1 • Published 4 years ago
celesti v1.2.1
Celesti
Celesti allows you to create simple yet beautiful visualizations, based on CSS transforms. It is not a full-fledged animation library; instead, it's aimed at taking some of string out of having elements orbit each other, moving elements from points a to z, within a single parent element.
Setup
| Install | 
|---|
| Node | 
| Parcel Bundler | 
| Run yarn install | 
| (for deployement) Run az login | 
Commands
| Command | Effect | 
|---|---|
| npm run start | Uses parcel to compile the TS, SCSS, and Index.html | 
| npm run build | Uses tscto compile TypeScript into /dist | 
| npm run build-docs | Uses parcel to compile the docs folder. |