Kompakkt / Repo

Repository for Kompakkt, the Web Based multimodal 3D Viewer and 3D Annotation System.
https://kompakkt.de
GNU Affero General Public License v3.0
12 stars 2 forks source link

Kompakkt Logo

This is the main GitHub-repository for Kompakkt, the Web Based 3D Viewer and 3D Annotation System https://kompakkt.de, being developed at the Department for Digital Humanities, University of Cologne.

Kompakkt consists of

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.

Testing

Run npm run e2e or npm run e2e-gui for e2e testing.