Quick Start Guide
Welcome to OpenCodeHub! This guide will help you navigate the platform and start collaborating in minutes.
1. Login
Section titled “1. Login”Navigate to your instance URL (e.g., http://localhost:3000) and log in with the admin credentials you created during installation.
2. Navigating the Dashboard
Section titled “2. Navigating the Dashboard”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.
3. Create a Repository
Section titled “3. Create a Repository”- 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.
4. Collaborate
Section titled “4. Collaborate”- 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.
Next Steps
Section titled “Next Steps”Now that you’re exploring the UI, try pushing your first code: