codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
8 stars 25 forks source link

Updated Input1 Page #131

Closed clayton-schneider closed 5 months ago

clayton-schneider commented 5 months ago
jkoren commented 5 months ago

Hi @clayton-schneider - its great that you added this code. I wanted to test it out, so I cloned your repo and installed.

I did this with

git clone https://github.com/clayton-schneider/home-energy-analysis-tool.git
cd ./home-energy-analysis-tool/heat-stack
npm install 
cp .env.example .env
git checkout dev
npm run dev

It looks nice! Let me know if there is an easier way to test the code.

image