Visualize IoT time series data aligned to your 3D digital twin.
Build a true digital twin by mapping sensor IoT data directly to your 3D geometry. Set up conditional triggers to help users better understand and explore issues, failures and performance of individual assets.
- Copy
.env.local.template
to.env.local
and optionally edit values - Run
docker-compose up
to start the app locally - Browse to http://localhost:3000
If you pull down changes, you'll need to run docker-compose build
to build them and then docker-compose up
again.
- Copy
.env.local.template
to.env.local
and optionally edit values - Install dependencies,
yarn install
- Run
yarn dev
to start the local development server - Browse to http://localhost:3000
public/ // Static assets
src/
components/ // Components used in pages
lib/ // Shared libraries and utilities
pages/ // Pages served by NextJS
api/ // API endpoints served by NextJS
A few options for deployment,