codex-lv2-may-2025

Navigation

1 | 2 | 3 | 4 | Current Level: 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14


Step 5: Clone and Setup πŸ’»

🎯 Objective

Clone the repository to your local machine so you can work on the project files locally.


πŸ“‹ Task Requirements

Who: ALL team members


πŸ” Step-by-Step Instructions

  1. Get Repository URL
    • Go to your GitHub repository
    • Click the green β€œCode” button
    • Copy the HTTPS URL (it should look like: https://github.com/username/repository-name.git)
  2. Open Terminal/Command Prompt
    • Open your terminal (Mac/Linux) or Command Prompt (Windows)
    • Navigate to where you want to store the project
  3. Clone the Repository
    git clone [your-repository-url]
    
    • Replace [your-repository-url] with the URL you copied
    • Press Enter to clone the repository
  4. Navigate to Project Folder
    cd [repository-name]
    
    • Replace [repository-name] with your actual repository name
  5. Verify Files Are Present
    ls
    
    • You should see the HTML files: index.html, encoding-ascii.html, encoding-emojis.html

βœ… Success Criteria


πŸ’‘ Tips


πŸš€ Ready for Next Step?

Once everyone has cloned the repository locally, you’re ready for Step 6: Update ASCII Binary Page.


πŸ’Ύ Git Workflow Reminder

After completing this step: