Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 721 Bytes

File metadata and controls

31 lines (24 loc) · 721 Bytes

DigitalTwinDemoApp

A simple sandbox using @triedeti/3DigitalTwin

Dependencies

Requires git to be installed. Go to the git-scm installation page, and download the git installer.

Requires Node.js and npm to be installed. Go to the Node installation page, and download the Node installer.

Project setup

git clone https://github.com/triedeti/3DigitalTwin.git
git clone https://github.com/triedeti/3DigitalTwinDemoApp.git
cd 3DigitalTwinDemoApp
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint