OwnTwin is a framework for User-driven micro digital twins.
See https://beta.owntwin.com/docs/.
This monorepo is managed with Turborepo.
To build all apps and packages, run the following command:
npm install
npm run build
To develop all apps and packages, run the following command:
npm install
npm run dev