Here's the source code for my personal website built using the Gatsby.js Lumen starter template, and statically hosted with Netlify. You can visit the live version here at calvinqi.com or calvin.fun (lol).
To run the site locally, first install NodeJS. Then simply navigate into the folder and run:
npm install
npm run start