This repo's contents become the ForgeAILab organization profile on GitHub.
The file at profile/README.md is rendered at https://github.com/ForgeAILab.
- Create a repo named
.githubunder theForgeAILaborg (must be public). - Push this folder's contents to it:
cd forgeailab-profile
git init
git add .
git commit -m "Add organization profile README"
git branch -M main
git remote add origin https://github.com/ForgeAILab/.github.git
git push -u origin mainGitHub will pick up profile/README.md automatically and display it at the org page.
Edit profile/README.md and push. Changes are live as soon as the commit lands on main.