This project was bootstrapped with Create React App. Gatsby was then added on to allow the use of markdown files for content. Framer-motion is used for animations and transitions. Icons are provided by FontAwesome and DevIcons.
Global install the Gatsby CLI via
npm i -g gatsby-cli
After Gatsby is installed run gatsby develop
to run on local.
Pre-Gatsby-fication, this project allowed running the usual CRA commands. Gatsby was added in commit a004860. From that point on, the only commands that work are Gatsby CLI commands. Full list of Gatsby CLI commands here