Welcome to your AI Prompt Engineering Portfolio! This repository is designed for a quick, 1-hour lab where you will explore prompt engineering. Follow the steps below to fork this repository, open it in GitHub Codespaces, and start customizing your portfolio.
-
Sign In to GitHub:
- Go to GitHub and sign in. If you don’t have an account, click Sign up to create one.
-
Fork the Repository:
- On the repository page, click the Fork button in the top right corner.
- This action creates a personal copy of the repository in your GitHub account.
-
Access Your Fork:
- After forking, you'll be redirected to your copy of the repository, which is now under your GitHub username.
-
Locate the Codespaces Option:
- Inside your forked repository, click the green Code button.
- In the dropdown menu, look for the "Open with Codespaces" option.
- If you don’t see it right away, check for a Codespaces tab at the top of the repository page.
-
Create a New Codespace:
- Click "New codespace" to launch an online development environment.
- Wait a few moments while the Codespace loads. You will see an interface similar to Visual Studio Code directly in your browser.
-
Editing Files in Codespaces:
- Use the file explorer on the left to navigate through the repository files.
- Click on any file (e.g.,
README.md
oryour-portfolio/my-first-prompt.md
) to open and edit it. - The built-in terminal is available if you need to run any commands.
-
Make Your Edits:
- Edit files directly in the Codespaces editor. For instance, update your code in
mygame.py
- Edit files directly in the Codespaces editor. For instance, update your code in
-
Commit Your Changes:
- Click the Source Control icon (which looks like a branch) in the sidebar.
- Enter a commit message that describes your changes.
- Click the checkmark or press Ctrl+Enter to commit your changes.
-
Push Your Changes:
- Your changes are automatically pushed to your fork on GitHub.
- You can share your personalized portfolio by sharing the URL of your fork.
Now you're ready to explore the provided examples, try out the breakout session challenges, and customize your own AI prompt engineering portfolio. Enjoy experimenting with prompts and building your portfolio!