Skip to content

Latest commit

 

History

History
executable file
·
36 lines (28 loc) · 929 Bytes

README.md

File metadata and controls

executable file
·
36 lines (28 loc) · 929 Bytes

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