The Ansie Monorepo is a collection of Ansie projects that are maintained together in a single repository. This repository is managed using Turbo, a tool for managing monorepos. It also uses changesets to manage changes across packages.
npm i
npx turbo build
# or
npm install turbo -g
npm i
turbo build
npm run prep
NOTE: Commit all changes before proceeding
npm run ver
npm run pub