My personal site implemented with Gatsby.js + Material-UI.
- Install Node.js and NPM via NVM or the Node installer. (Recommend using
lts/dubnium (v10.24.1)
)nvm list nvm install lts/dubnium # Activate dubnium for the rest of the commands nvm use lts/dubnium
- Install Gatsby CLI v2.
npm install -g gatsby-cli@2
cd
into your local copy of this repository and install the node modules.cd personal-site npm install
- Run the site in develop mode.
gatsby develop
- Code organization, website layout, and stack heavily inspired by Brittany Chiang's personal site -- repository here: https://github.com/bchiang7/v4