Welcome to OpenCodeHub! This guide will help you navigate the platform and start collaborating in minutes.
Navigate to your instance URL (e.g., http://localhost:3000) and log in with the admin credentials you created during installation.
Your dashboard gives you a quick overview of:
- Recent Repositories: Projects you've worked on recently.
- Your Pull Requests: PRs requiring your attention.
- Activity Feed: What your team is doing.
- Click the + (Plus) icon in the top right navigation bar.
- Select New Repository.
- Enter a Repository Name (e.g.,
my-awesome-project). - Choose Visibility:
- Public: Visible to everyone (if your instance allows it).
- Private: Visible only to you and collaborators.
- Click Create Repository.
- Invite Members: Go to Settings > Collaborators to add team members.
- Create Issues: Use the Issues tab to track tasks and bugs.
- Open Pull Requests: Push a branch and open a PR to review code.
Now that you're exploring the UI, try pushing your first code:
