hackforla / HomeUniteUs

We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
https://homeunite.us/
GNU General Public License v2.0
35 stars 21 forks source link

Upgrade node2023 #638

Closed mira-kine closed 4 weeks ago

mira-kine commented 6 months ago

Closes #588

What changes did you make?

Rationale behind the changes?

Testing done for these changes

What did you learn or can share that is new?(optional)

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals after changes are applied, testing node minimum version ![image](https://github.com/hackforla/HomeUniteUs/assets/90009901/a5d82a15-50bd-45f6-8e97-aa967bc4aeae)
agosmou commented 5 months ago

Hi @mira-kine ! This looks all good. I wrote some comments/questions - take a look!

Aside from that, just merge the main branch into your branch and resolve the merge conflicts, then see if it starts up ok in your environment.

app starts up just fine btw!

image

erikguntner commented 3 months ago

@mira-kine It looks like eslint-plugin-prettier got installed at the root of the project, creating a package.json, package-lock.json, and node_modules folder. Maybe you accidentally npm installed at the root instead of the /app directory?

There are also acouple eslint disables comments. Can these be resolved? I'd like to avoid putting these in the codebase as much as possible.