You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Format:** Markdown files using our custom `<InteractivePython>` component (You do not need to know React, its rendered automaticly for you if using `interactive` tag on a code block.
***Format:** Markdown files using our custom `<InteractivePython>` component for rendering engine to provide runnable python instance (You do not need to know React, its rendered automaticly for you if using `interactive` tag on a code block.
13
13
***Goal:** Create hands-on projects (like the Text Adventure) that reinforce the ledger theme or expand and fix lessons.
14
14
15
15
### 2. Engine Contributor (Development)
16
16
Help us polish the interactive experience.
17
-
***Target:**`/src/components/InteractivePython/`.
18
-
***Tech:** React, Skulpt.js, CodeMirror.
19
-
***Focus:** Improving terminal UI, handling edge cases in Python execution, or adding support for Python standard libraries.
17
+
***Target:**`*`.
18
+
***Tech:** React, CodeMirror.
19
+
***Focus:** Improving UI, adding features.
20
20
21
21
---
22
22
23
23
## 🚀 How to Get Started
24
24
25
-
1.**Find an Issue:** Check the [GitHub Issues](https://github.com/razorblade23/the-python-ledger-engine/issues) for tags like `good first issue` or `help wanted`.
25
+
1.**Find an Issue:** Check the [GitHub Issues](https://github.com/ThePythonLedger/Docusaurus-engine/issues) for tags like `good first issue` or `help wanted`.
26
26
2.**Fork & Clone:** Fork the repo and clone it locally.
27
+
3.**Clone Curriculum**: You will need Curriculum to successfily build the engine
0 commit comments