Skip to content

Commit 352bf40

Browse files
zero2sudoclaude
andauthored
Update intern resources (#7)
* Add SWE intern learning journal section to README Link to Notion template for aspiring SWE interns and CS students to track their learning progress while exploring the codebase. * Add getting started instructions for SWE interns Include step-by-step guide: fork, clone, setup, and weekly Instagram assignments from zero2sudo. --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 2caa02a commit 352bf40

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ Want to supercharge your learning while exploring this codebase? Use this Notion
1818

1919
The template pairs perfectly with the `CLAUDE.md` file in this repo, which is designed to help you learn by treating Claude Code as a mentor that explains concepts in context of this actual codebase.
2020

21+
#### Getting Started as an Intern
22+
23+
1. **Fork this repository** — Click the "Fork" button at the top right of this page to create your own copy
24+
2. **Clone your fork locally:**
25+
```bash
26+
git clone https://github.com/YOUR-USERNAME/datavisualization.git
27+
cd datavisualization
28+
```
29+
3. **Install dependencies and run:**
30+
```bash
31+
npm install
32+
npm run dev
33+
```
34+
4. **Follow along with weekly assignments** — Tune in to [@zero2sudo on Instagram](https://instagram.com/zero2sudo) for weekly SWE intern assignments designed to help you build real skills with this codebase
35+
2136
## Live Demo
2237

2338
Try the application yourself: **https://zero2sudo.github.io/datavisualization/**

0 commit comments

Comments
 (0)