Snowflake is a tool for planning and supporting engineers career development. Originally developed by the engineering team at Medium, it is a simple, web-based tool that helps engineers to set goals, track progress, and plan their career development.
You are free to use, change and build on this work to make it useful for your organisation. We appreciate contributions to improve functionality, fix bugs, and improve the user experience.
Make sure you have the following tools with the correct versions installed:
Node.js: ^18.20.2
> This version is strictly requirednpm: ^10.5.0
> This version is strictly required
This project is built using React.js with Next.js.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Load initial data from a file, to improve flexibility.
- Move styles to a separate file.
- Add tests.