https://github.com/Medium/snowflake
Medium's engineering growth visualization tool
https://github.com/Medium/snowflake
Last synced: about 1 year ago
JSON representation
Medium's engineering growth visualization tool
- Host: GitHub
- URL: https://github.com/Medium/snowflake
- Owner: Medium
- License: other
- Created: 2017-08-22T22:57:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:59:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T14:46:32.397Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://snowflake.medium.com
- Size: 562 KB
- Stars: 749
- Watchers: 97
- Forks: 326
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - snowflake - Medium's engineering growth visualization tool ⭐763 `JavaScript` (📦 Legacy & Inactive Projects)
README
## ⚠️ Heads up: Medium isn’t using this tool anymore, but you’re welcome to!
[Read more about our current thinking around engineer growth](https://medium.engineering/engineering-growth-at-medium-4935b3234d25).
# 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).

## 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.