- Live website link: https://abc.cbe.berkeley.edu/ (original link: https://abcweb-384255928646.us-west1.run.app/)
- Documentation: https://cbe-berkeley.gitbook.io/advanced-berkeley-comfort-abc-model
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.
- 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'