Getting Started
Each project in this organization is independent. Choose the project you want to use and follow its installation guide.
Prerequisites
Section titled “Prerequisites”Requirements vary per project. The common dependencies are:
- Git — required for cloning any repository
- Node.js 18+ — required for OpenLearnX and HAST-CMS
- Python 3.9+ — required for ExecuTrace, BURP-AI, and Aval
Check the Installation page for project-specific requirements.
Cloning a Repository
Section titled “Cloning a Repository”git clone https://github.com/th30d4y/<project-name>.gitcd <project-name>Replace <project-name> with the repository name, for example:
git clone https://github.com/th30d4y/ExecuTrace.gitcd ExecuTraceNext Steps
Section titled “Next Steps”- Read the Installation page for setup instructions per project.
- See the Projects section for per-project documentation.