Skip to content

Commit

Permalink
feat(contributors): codebase walkthrough video (#1064)
Browse files Browse the repository at this point in the history
Add a recording from a meeting in which we walked through some of the projen code base. It provides some initial orientation for contributors.

---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
Elad Ben-Israel authored Sep 13, 2021
1 parent 9587aec commit a1da330
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document describes how to set up a development environment and submit your
contributions. Please read it carefully and let us know if it's not up-to date
(or even better, submit a pull request with your corrections! :wink:).

## Pre-requisites
## Prerequisites

### Manually install tools

Expand All @@ -31,6 +31,10 @@ $ yarn # install dependencies
$ yarn build # build projen
```

## Code Organization

Check out [this recording](https://www.youtube.com/watch?v=8dHwnuSND14) from a walkthrough of the projen codebase.

### Development workflow

The projen package has the following scripts:
Expand Down

0 comments on commit a1da330

Please sign in to comment.