Before you start
Welcome to GitHub
GitHub is where your project files will live. Think of it like a very organized Google Drive that is built specifically for websites and software projects.
An internet connection, a web browser, and about 15–20 minutes. Chrome, Safari, and Firefox all work fine.
- Step 1 · 5 min Create a GitHub account
- Step 2 · 5 min Create a repository
- Step 3 · 3 min Add your collaborator
Create your GitHub account
Sign up for a free account at github.com.
This account will own your project repository and will let you invite Admit One into the project when it is ready.
- Open your web browser and go to github.com.
- Click the green Sign up button in the top-right corner of the page.
- Enter your email address when prompted. Use any email address you check regularly.
- Create a password. Use at least 8 characters with a mix of letters and numbers.
- Choose a username. This is your public handle on GitHub, so something simple and professional works great, such as your name or business name.
- When GitHub asks if you want product updates by email, you can select No to skip.
- Complete the puzzle verification by following the on-screen prompt.
- Click Create account.
- Check your email inbox for a verification code from GitHub and type it in when asked.
- On the welcome screens that follow, click Skip personalization at the bottom. You do not need to answer the questions.
Once you see your GitHub dashboard, your account is ready. Bookmark the page so it is easy to find later.
Create a repository
A repository is the folder that holds your project files.
A repository, often called a repo, is simply a project folder on GitHub. Your website files, images, and documents can live here.
- Make sure you are logged in to GitHub at github.com.
- Look for the plus (+) icon in the top-right corner of the page, next to your profile picture, and click it.
- In the dropdown menu that appears, click New repository.
- For Repository name, use your business name in lowercase with hyphens instead of spaces. For example: acme-studio or janes-bakery. Avoid generic names like my-website.
- For Description, you can add a brief note such as: My project with Admit One Design Studio. This is just for your reference.
- Under Visibility, make sure Private is selected.
- Check the box that says Add a README file.
- Leave all other settings as their defaults.
- Click the green Create repository button at the bottom of the page.
A new page will appear showing your repository. You should see a file called README.md. That means everything worked.
Private is the right setting. Your collaborator can still access the repository once you add them in Step 3.
Add your collaborator
Give Admit One Design Studio access to your repository.
Now you will invite your designer so they can access your repository and begin working on your project. You can search by GitHub username or by email address.
- From inside your repository page, click the Settings tab. It is in the row of tabs near the top of the page, and you may need to scroll the tab bar right to find it.
- In the left-hand sidebar, click Collaborators. It may also appear as Collaborators and teams on some accounts.
- GitHub may ask you to confirm your password again as a security step.
- Click the green Add people button.
- In the search box, type your collaborator's username or email address from the boxes below.
- When the correct profile appears in the dropdown, click it to select it.
- Click Add to this repository.
- Your collaborator will receive an email invitation. Once they accept, they will have access to your repository.
The invitation will show up under your repository's Collaborators list after Admit One accepts it. The process usually takes just a few minutes.
All done
That's GitHub handled
You now have a GitHub account, a private repository, and your designer has been invited to collaborate. The Railway guide picks up exactly here.
- 1GitHub account createdComplete
- 2Private repository createdComplete
- 3Collaborator added on GitHubComplete
Did this guide get you all the way there?
Good to hear. The Railway guide is next when you're ready.
Sorry about that. Tell us where it lost you — we'll get you unstuck and fix the guide for the next person.