Repository for 2021-2022 TJ Dev Club lectures, created by TJ Dev Club officers.
- Co-Presidents: Anna Hsu (2022) and Bryant Park (2022)
- Lecturers: Zakariyya Scavotto (2022), Daniel Chua (2024), and Allen Huo (2023)
- Publicist: Ashley Chen (2022)
To clone this repository, input git clone [email protected]:TJDevClub/lectures2021-2022.git
into your terminal after setting up SSH. For more instructions on how to set up SSH, visit Github's documentation. Change directories (cd lectures2021-2022
) and open it in your favorite code editor, and you should be set to edit!
Start by creating a folder in the root of this repository for a lecture topic. Create a Markdown file with the same name—this is where your lecture notes will go. If you have supplemental images, create an images
directory and place them there. (In the Markdown file, use ./images/<file>.<ext>
when referencing images.) You can choose to organize supplemental materials however you wish.
Contact [email protected] or join our Discord with any questions.