An open API service indexing awesome lists of open source software.

https://github.com/3mapslab/3digitaltwindemoapp

A simple demo for @triedeti/3DigitalTwin
https://github.com/3mapslab/3digitaltwindemoapp

Last synced: 2 months ago
JSON representation

A simple demo for @triedeti/3DigitalTwin

Awesome Lists containing this project

README

        

# DigitalTwinDemoApp
A simple sandbox using @triedeti/3DigitalTwin

## Dependencies

Requires git to be installed. Go to the git-scm installation page, and [download](https://git-scm.com/downloads) the git installer.

Requires Node.js and npm to be installed. Go to the Node installation page, and [download](https://nodejs.org/en/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
```