Today we will be updating a static HTML site that I developed last year.
.
Project Repo: https://github.com/fus-marcom/cmhc-site
React: https://facebook.github.io/react/
Gitter: https://gitter.im/LiveCodingwithJesseFreeCodeCamp/
Brandon: Question: You work on multiple sites built and deployed in many different ways. How do you you keep straight in your head how everything works. For instance I dont know when the last time you worked on this particular site was but lets say its been 6 months, after cloning the project how do you remember that this particular one is built with gulp. How do you remember what steps gulp is running and what you need to do manually? How do you remember this one is deployed with flight plan? I understand you can look just look at the files and see there is a gulp.js or look at the package.json to see what scripts to run. Im not familiar with flight plan (I assume its similar to DeployHQ) but you didnt use npm run fly production so I assume thats not in the package.json. You seemed to remember all this right away, is it just because you worked on it recently or do you have a good strategy to keep everything straight with all the different projects? Date: 2022-03-14