Skip to content

owntwin/owntwin

Repository files navigation

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