Hacker News new | ask | show | jobs
by larsberg 3905 days ago
I did some training at our last Mozilla workweek that covered the major areas of Servo and had some simple exercises to get you started in each of them:

https://drive.google.com/file/d/0B9-EBhw4XiWEOWFfc0NiUkk5Tjg...

Servo has polyrepo style (many separate source repositories), as opposed to the monorepo style of other browsers. So, it's not just the `components` directory, but many of the ~140 other Cargo crates (https://crates.io/) and raw GitHub packages that come together to form Servo. I have a "deliverable" for Q4 to improve our documentation situation and explain how it all is put together, though this gist is an awesome start!