Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.13 KB

Snowflake

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.

The Lannisters send their regards

Contributions

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.

Requirements

Make sure you have the following tools with the correct versions installed:

  • Node.js: ^18.20.2 > This version is strictly required
  • npm: ^10.5.0 > This version is strictly required

Getting Started

This project is built using React.js with Next.js.

React.js & Next.js

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Future work

  • Load initial data from a file, to improve flexibility.
  • Move styles to a separate file.
  • Add tests.