Skip to content

Commit 4326fd9

Browse files
author
Anna Hsu
committed
Update README.md
1 parent bcc4fb1 commit 4326fd9

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# lectures2021-2022
2-
Repository for 2021-2022 TJ Dev Club lectures.
1+
# 2021-2022 TJ Dev Club Lectures
2+
3+
Repository for 2021-2022 TJ Dev Club lectures, written by TJ Dev Club officers.
4+
5+
Co-Presidents: [Anna Hsu](https://github.com/annaahsu) (2022) and [Bryant Park](https://github.com/bryantpark04) (2022)
6+
Lecturers: [Zakariyya Scavotto](https://github.com/ZakariyyaScavotto) (2022), [Daniel Chua](https://github.com/danieljschua) (2024), and [Allen Huo](https://github.com/allenh99) (2023)
7+
Publicist: [Ashley Chen](https://github.com/ashleychen738) (2022)
8+
9+
## Contribution
10+
11+
### Clone
12+
13+
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](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). Change directories (`cd lectures2021-2022`) and open it in your favorite code editor, and you should be set to edit!
14+
15+
### Adding Lecture Materials
16+
17+
Start by creating a folder in the root of this repository for a lecture topic. Create a Markdown file with the same name&mdash;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.
18+
19+
## Questions
20+
21+
Contact [[email protected]](mailto:[email protected]) or join our [Discord](https://discord.gg/DsAqJ9d9fU) with any questions.

0 commit comments

Comments
 (0)