Skip to main content

Create Github Repository

info

A GitHub repository, often referred to as a "repo," is the fundamental unit for storing and managing projects on the GitHub platform. It functions as a centralized location for all project-related files, including code, documentation, images, and other assets.

You need to create your own personal exclusive Github Repo which holds your application source code.

Follow below steps :

  • After successfull login into Github account, you will see Dashboard page.

  • Here on top left side, click on New button .

Appwrite Logo
  • Now inside new repo page, fill in the details as follows:
tip
  • Repository name = choose any name of your choice

  • Public or Private = choose private (so no one can access your repo except you)

  • Then click on Create repository button .

  • DONE ! Your repo has been created now .