EVERCOREBY 7VN DESIGNSAcademy Home
Phase 02 · Lesson 2 of 6

Understanding Repositories

Learn what a repository is and create the folder that will hold your Mini Shop.

7 minBeginner
CORE

We will take this one step at a time. You do not need prior experience. By the end of the lesson, you will know exactly what this concept means and what action comes next.

What you’ll learn
  • A plain-language definition of repository
  • How to create one
  • Which visibility and name to choose
01

Repository means project folder

A repository—often shortened to repo—is a project folder stored in GitHub. Your EverCore repository holds the pages, images, and supporting files that make up your Mini Shop.

02

Create a new repository

From GitHub, select the plus icon and choose New repository. Enter a simple name such as evercore-shop or your store name followed by shop.

Core Tip

Focus on understanding the purpose of this step. You can return to the details whenever you need them.

03

Choose visibility

A GitHub Pages storefront normally needs files that can be publicly delivered. Select Public unless your specific publishing setup supports a private repository and you understand the related plan requirements.

04

Start clean

For the smoothest automated setup, leave optional starter files unchecked unless EverCore’s current setup instructions tell you otherwise. A clean repository gives EverCore a predictable place to publish.

05

What happens later

EverCore will add and update website files inside this repository. You do not need to manually write code or organize those files during normal publishing.

Lesson summary

What to remember

  • A repository is simply the project folder for your shop.
  • Choose a clear, professional repository name.
  • EverCore will manage the published files during normal use.