This is a static site that displays the progression frameworks that Monzo use internally for our staff 🙌
It's built in Gatsby, and deployed using Netlify.
You'll need the Gatsby CLI on your machine, so if you don't have it, install it!
npm install --global gatsby-cliNext, navigate to the progression-framework directory and use yarn to get everything installed
cd progression-framework
yarnIf you're developing locally, you can start up the site locally with hot loading ⚡
gastby developFinally, you can build everything into a set of static files 🛠️
gastby build