CodeWithAloha / HIERR

A Human-Centered Digital Engagement Process for the Hawai‘i Economic Recovery & Resilience Project with the State Office of Planning & Sustainable Development
https://hierr.vercel.app/
10 stars 7 forks source link

Update local development instructions to run fully containerized for dev consistency #216

Closed dinoboy197 closed 1 month ago

dinoboy197 commented 3 months ago

Each developer's workstation is set up differently. Because of this, there can be variability in how the local environment may run (or not run) HIERR due to different shared libraries or other dependencies being installed (or not installed).

This PR fully containerizes the HIERR app when run locally, ensuring complete consistency when developing.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hierr ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 25, 2024 0:20am
dinoboy197 commented 1 month ago

@avenmia I can't merge this as the repo branch protection rules are configured to require a build with Node 16.x, and your PR here removed the Node 16.x build.

If you give me repo admin, I can remove the requirement to have a Node 16.x build pass (and replace it with a Node 20.x) build. Once that I happens, I'll trigger a rebuild of this branch and I can merge.

avenmia commented 1 month ago

@avenmia I can't merge this as the repo branch protection rules are configured to require a build with Node 16.x, and your PR here removed the Node 16.x build.

If you give me repo admin, I can remove the requirement to have a Node 16.x build pass (and replace it with a Node 20.x) build. Once that I happens, I'll trigger a rebuild of this branch and I can merge.

@dinoboy197 Should be fixed 👍

dinoboy197 commented 1 month ago

@dinoboy197 Should be fixed 👍

Awesome, thanks!