paulbrady.dev My personal website made to showcase my work and share my blog posts. Found at paulbrady.dev, built with Gatsby and hosted with Netlify. 🛠 Try For Yourself Step 1. Install the Gatsby CLI yarn global add gatsby-cli (or npm install -g gatsby-cli) Step 2. Install dependencies yarn (or npm i) Step 3. Start the development server yarn start (or npm start)