gillesdami / 3D-estimate-creator

Drag and drop objects in a 3d scene and estimate their cost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D-estimate-creator

Drag and drop objects in a 3d scene and estimate their cost

Build & Run

Be sure to make a copy of the file objectsAvailable.json in the 'dist' folder if you run it locally

docker You can use docker (or not):

docker run --name 3EC -it -p 8080:8080 -p 8081:8081 -w /var/www -v ${pwd}:/var/www node:9 /bin/bash

Gather dependancies:

yarn

Create a directory models under dist and add you models..

Serve on 8080:

yarn serve

Build:

yarn build

Test

yarn test

License

CC-BY-NC-4.0

About

Drag and drop objects in a 3d scene and estimate their cost


Languages

Language:JavaScript 46.8%Language:Vue 37.6%Language:CSS 7.3%Language:HTML 5.1%Language:PHP 3.1%Language:Dockerfile 0.1%