This project is based on many Open Source Library (Three.js, IFCjs, ...). Documentation and more info : docs.bimaps.io
- environment.json.sample : environment.json
- environment.production.json.sample : environment.production.json
- environment.staging.json.sample : environment.staging.json
- Clone repo :
git clone repoUrl
- Run
npm install
for installing all packages - Run
npm run start:stage
, then openhttp://localhost:8082
in your browser
Run npm run build
- Run
npm install
- Run
npm run build
- Build Docker, for example :
docker build -t bimaps-app . docker tag bimaps-app:latest bimaps-app:$VERSION docker push bimaps-app:$VERSION docker push bimaps-app:latest
- Start container
docker run --restart always --name bimaps -p 80:80 -d --network=sdionet -e HOST=${urlAPI:3000} bimaps-app
- Change API URL in Docker App run :
docker exec -it bimaps sh /docker-host.sh