Skip to content

solid-stack-solutions/terralux-frontend

Repository files navigation

Terralux Frontend

For usage with terralux-backend, powered by SunriseSunset.io

Installation

Using Node.js

# fetch the source
git clone https://github.com/solid-stack-solutions/terralux-frontend
cd terralux-frontend
# install dependencies and run
npm i
npm run dev

Using Docker

# fetch source
git clone https://github.com/solid-stack-solutions/terralux-frontend
cd terralux-frontend
# build image
docker build -t terralux-frontend:latest .
# run image
docker run -p 4173:4173 terralux-frontend:latest
# option 1: fully automatic
nix run github:solid-stack-solutions/terralux-frontend
# option 2: fetch source, build and run
git clone https://github.com/solid-stack-solutions/terralux-frontend
cd terralux-frontend
nix run

Local release build

# building
npm run build
# run with env vars (on linux)
NODE_ENV=production PORT=4173 node build
# (on windowss)
set NODE_ENV=production && set PORT=4173 && node build

About

Terralux - Die smarte ALL IN ONE Lampensteuerung für dein Reptil.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •