Skip to content

Files

Latest commit

 

History

History
 
 

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Monzo favicon

Progression at Monzo

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.

🚀 Quick start

You'll need the Gatsby CLI on your machine, so if you don't have it, install it!

npm install --global gatsby-cli

Next, navigate to the progression-framework directory and use yarn to get everything installed

cd progression-framework
yarn

If you're developing locally, you can start up the site locally with hot loading ⚡

gatsby develop

Finally, you can build everything into a set of static files 🛠️

gatsby build