This is the source for Dylan's online portfolio. It's built using a starter theme from Gatsby and leverages ReactJS. The starter theme, Minimal Portfolio, enables developers to spin up oustanding one-page portfolio lightning fast.
Check out the Gatsby Stater here: Portfolio Minimal Theme on Github
-
Clone the respository
git clone [email protected]:dylanfox5/dylanfox5.github.io.git
-
Install packages
npm install
-
Spin up a development server on localhost:8000
npm run develop