codeforboston / home-energy-analysis-tool

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

set up route placeholders, /cases, /casesummary #127

Closed jkoren closed 6 months ago

jkoren commented 6 months ago

This PR builds on the routes PR 125.

A new /routes/_heat+ directory was created to hold .tsx files for all new routes created for the HEAT calculator. The default index.tsx page was also moved here.

thadk commented 6 months ago

With git push origin setting-up-route-placeholders:dev, particularly pushing to the special dev branch (welcome to force push if you need to), I deployed this to https://heat-stack-staging.fly.dev/ for checking. LGTM so far.