# snowflake **Repository Path**: mirrors_mikehostetler/snowflake ## Basic Information - **Project Name**: snowflake - **Description**: Medium's engineering growth visualization tool - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Snowflake Snowflake is Medium's tool for planning and supporting our engineers' career development. You can read more about how we use this tool in our [growth framework documentation](https://medium.com/s/engineering-growth-framework). Our growth tool is hosted [publicly](https://snowflake.medium.com). ![The Lannisters send their regards](https://i.imgur.com/e9DYLBr.png) ## Contributions You are free to use, change and build on this work to make it useful for your organisation. We will happily consider unencumbered code contributions to improve functionality, but as this is the actual tool we use within Medium, acceptance is likely to be intentional, and deliberate. Meaning, slow. As such, you may prefer to fork the codebase for your own needs. We will not accept any contributions that modify the text of the application (but, thank you in advance for pointing out any typos). ## Installation Get yarn if you don’t have it already: `npm install -g yarn` Install dependencies: `yarn` ### Running the dev server `yarn dev` ### Building `yarn export` This will put a static version of the site in `out/`. ## Future work * Load initial data from a file, to improve flexibility. * Add restricted job title selection and validation.