Skip to content

Kompakkt - the web based 3D viewer and 3D annotation system.

License

Notifications You must be signed in to change notification settings

Kompakkt/Viewer

Repository files navigation

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.