margaritahumanitarian / laptopsforfamilies.org

Helping students in need get laptops. If you've got an old laptop not in use, donate it to us and we'll get it to students!
https://www.laptopsforfamilies.org
MIT License
19 stars 10 forks source link

Convert to NextJS #1

Open pydanny opened 2 years ago

pydanny commented 2 years ago

There's a lot of functionality we want to add. To do that this site needs to have NextJS added.

Note: I know there's other awesome frameworks, but NextJS is the one we use. 😄

vincentrohde commented 2 years ago

@pydanny I would love to help out on this issue 👍

pydanny commented 2 years ago

@vincentrohde This commit (2784440) sketches out the very low basics of making this work. There's a LOT missing, but it provides the foundation to finish the rest.

vincentrohde commented 2 years ago

@pydanny What's the difference between main and master branch? Is master for setup things like Next.js?

pydanny commented 2 years ago

The difference is something I need to fix about the repo. Working on it now.

audreyfeldroy commented 2 years ago

Originally the repo had a master branch, then I changed it to main. Anywhere it says master should be changed to main...if you find any instances of it, file issues and I'll fix that 🙂

audreyfeldroy commented 2 years ago

@pydanny says he's repairing the branches now 🙂

pydanny commented 2 years ago

I messed up the branches. Fixing them now by pulling my local. My next step is to pull the content from merged PRs into main. Not sure how to do that. Any ideas @vincentrohde ?