Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1004 Bytes

File metadata and controls

40 lines (27 loc) · 1004 Bytes

GLDF Website

master develop

Website of the Global Lighting Data Formatgldf.io

Requirements

Installation

npm ci

Local development

npm start
// or 
npm start -- --host 0.0.0.0

Deployment

npm run build

Docker & Testsystem (https://test.gldf.io)

Image lokal erstellen und auf Dockerhub pushen.
Das Testsystem prüft regelmässig auf neue Images und aktualisiert die Container selbstständig.

docker login -u dialgmbh
docker build -t dialgmbh/gldf-website:latest .
docker push dialgmbh/gldf-website:latest