Git Recap
- git / github: fork a repository, git branch, pull request
- web: node, nvm, astro, Tailwind, Markdown (MD), MDX,
- hosting: Github Pages, Imgur, Github Actions – Website Building
Running the project
# Install dependecies
npm install
# Run the project
npm run dev
Shortcuts
Control + C – quit running application
S + Enter – refresh astro data