Kompakkt / Viewer

Kompakkt - the web based 3D viewer and 3D annotation system.
https://kompakkt.de
GNU Affero General Public License v3.0
15 stars 2 forks source link

Kompakkt.Viewer

Kompakkt Logo

Web Based 3D Viewer and 3D Annotation System.

Development setup

In order to setup your own development environment, you have to have NodeJS as well as Node Package Manager (NPM) installed.

Clone this repository, cd to the project directory and run the following commands:

$ git clone https://github.com/Kompakkt/Common.git src/common
$ npm i
$ ng serve

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.