Skip to content

lumiere-lighting/lumiere-client-web

Repository files navigation

Lumiere Client (Web)

A website to interact with the Lumiere service.

Development

Run development server with:

npm run dev

Build

To build static site:

npm run build

Deploy

Deployed to Github Pages. The following will build and publish site.

npm run deploy

Credits