This repository contains the front-end application code for VIGSI, the tool for visualizing graphic solar irradiance data. This application displays solar irradiance information provided by the backend.
You need NPM to build the application. Get the code using your preferred Git client. Then, to get the dependencies, run:
npm install
Run the application with
npm start
Once started, open browser with the URL as listed from the command prompt.
The application is built as a series of files into the dist
folder. That folder contains
everything you need to deploy the application, for example to S3.