Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 892 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 892 Bytes

Gatsby-fied Create React App Portfolio

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.

Local Install

Global install the Gatsby CLI via

npm i -g gatsby-cli

After Gatsby is installed run gatsby develop to run on local.

Available Commands

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