Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

vigsi/vigsi

Repository files navigation

VIGSI Front-End

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.

Running

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.

Deploying

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.