/owntwin

User-driven micro digital twin framework

Primary LanguageTypeScriptMIT LicenseMIT

OwnTwin

OwnTwin is a framework for User-driven micro digital twins.

Documentation

See https://beta.owntwin.com/docs/.

Development

This monorepo is managed with Turborepo.

Build

To build all apps and packages, run the following command:

npm install
npm run build

Develop

To develop all apps and packages, run the following command:

npm install
npm run dev