Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 565 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 565 Bytes

bimcloud-demo-node

This repository contains a small demo application for the BIMCloud service by Dangl IT GmbH. It's an easy way to work with BIM files such as IFC.

Build

Execute the following command in the root directory of the project:

npm i

Run

Execute the following command in the root directory of the project:

npm run launch

After the conversion is finished, a local web server will be started. You can access it to view a 3D representation of the model. The source code itself contains further comments and outlines the steps taken.