Skip to content

dlsucomet/sinagpala

Repository files navigation

Sinagpala

This is a developed web application that supplements our research as a medium to display the estimated solar energy potential calculated from our built model. More information on our research can be found here

Sinagpala Site

Hosted on: https://sinagpala-two.vercel.app/

Contributors

Mr. Jason T. Evangelista
Software Technology Department
College of Computer Studies
De La Salle University-Manila
[email protected]

Mr. Neil Matthew N. Lua
Software Technology Department
College of Computer Studies
De La Salle University-Manila
[email protected]

Mr. Robin Jerome D. Reyes
Software Technology Department
College of Computer Studies
De La Salle University-Manila
[email protected]

Mr. Kurt Bradley D. Tanting
Software Technology Department
College of Computer Studies
De La Salle University-Manila
[email protected]

Ms. Unisse C. Chua
Adviser
College of Computer Studies
De La Salle University
[email protected]

Pre-requisites

  • Node.js

Installation

Open the Sinagpala site folder and run the following commands:

  1. Running locally in development mode

    npm i
    npm run dev

    The server will run on localhost:3000

  2. Building and deploying in production

    npm i
    npm run build
    npm run start