Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 689 Bytes

OPEN-FTTH Frontend

The frontend for the OPEN-FTTH system.

Development

The easiest way to start the developmen process is by using a local Kubernetes instance using Minikube and setup the OPEN-FTTH Chart using Helm.

When the cluster is fully setup then run the following script in this repo. The script will set the correct settings for the application so you can get started development.

./scripts/set-env-file-minikube.sh

Requirements

Running

npm start

Build

npm run build