Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 843 Bytes

File metadata and controls

15 lines (12 loc) · 843 Bytes

ABCWeb: A Web interface of the Advanced Berkeley Comfort (ABC) model

Links

Overview

The Advanced Berkeley Comfort (ABC) model, initially developed by the Building Sciences Group at the University of California, Berkeley, is one of the most sophisticated thermal comfort models This repository is for a graphical web interface of the ABC model.

Installation

  • git clone this branch
  • cd into the folder
  • run the command 'npm i' or 'yarn add'
  • make a new file called '.env.local' in the main project directory and add field 'DB_URL=', filling in the right hand side with the URL of the DigitalOcean database
  • run 'npm run dev'