Banff Log Cabin Project - initially hosted frontend on vercel, strapi cms backend on digital ocean. Moved backend to render. https://banfflogcabin-project.vercel.app/
make sure you are in the frontend directory!
you are good to start coding! PLEASE comment as MUCH as you can to explain your code and what it's doing. We are all learning and wanting to understand.
Please follow the naming conventions. Try and make the files all named the same way (hooks start with "use", components are always capitalized, stylesheets are "whatTheStyleIsFor.scss" etc.)
The css folder holds the reset and the global scss.
Commands:
from root, go into frontend:
cd frontend
node modules:
npm install
run the app live:
npm run start