Skip to content

RobinWijnant/gatsbyjs-flow-dev-portfolio

Repository files navigation

Developer portfolio using GatsbyJS, Flow & Cockpit CMS

This portfolio was created in addition to my Linked-in profile. My goal was to give recruiters an overview of my projects and skills.

👀 Preview

Some gifs to give you goosebumps

Home page

drawing

Projects page

drawing

Project details page

drawing

🚀 Quick start

Create an environment file (./.env):

COCKPIT_TOKEN=yoursHere
GA_ID=yoursHere

Start the development server:

npm run start

Build for production:

npm run build

🤔 What to improve

  • Replace Flow with Typescript since GatsbyJS has no Flow typings