This is a fork of Medium's engineering growth tool adapted for Automata. The tool is hosted publicly.
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.
Install dependencies:
npm install
npm run dev
npm run export
This will put a static version of the site in out/
. (note that it will assume that the website will be served under the /snowflake/
path, see next.config.js
for more information)