SuffolkLITLab / courtformsonline.org

Code for courtformsonline.org index of guided interviews. This replaces the "massaccess" repo
https://courtformsonline.org
MIT License
2 stars 0 forks source link

9 interview card data #24

Closed jtmst closed 4 months ago

jtmst commented 4 months ago

This PR addresses issue 19 as well as issue 21

Changes:

image
johnphamvan commented 4 months ago

@nonprofittechy We acknowledge that the .yarn/cache makes these PRs very unwieldy. That's the current yarn best practice right now though. See https://github.com/yarnpkg/berry?tab=readme-ov-file#building-your-own-bundle. We recommend unchecking zip files from the file list.

image
nonprofittechy commented 4 months ago

No worries about the .zip files. I had some trouble running this branch locally but I'll come back with a more specific question.

jtmst commented 4 months ago

No worries about the .zip files. I had some trouble running this branch locally but I'll come back with a more specific question.

Anything I can help out with getting it to run locally?

nonprofittechy commented 4 months ago

No worries about the .zip files. I had some trouble running this branch locally but I'll come back with a more specific question.

Anything I can help out with getting it to run properly?

So I did both a yarn install and then yarn dev, as well as npm install and npm run start but I just get a 404 error.

Maybe I'm having trouble understanding what the new routes are?

jtmst commented 4 months ago

No worries about the .zip files. I had some trouble running this branch locally but I'll come back with a more specific question.

Anything I can help out with getting it to run properly?

So I did both a yarn install and then yarn dev, as well as npm install and npm run start but I just get a 404 error.

Maybe I'm having trouble understanding what the new routes are?

Routes should be unchanged and you should still see the homepage on localhost:3000/

nonprofittechy commented 4 months ago

This what I get. Note that I can run other node applications from the same install (and I could run this in the past) so it's not a firewall issue:

image