Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 843 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 843 Bytes

GitHub Website Clone

This project is a clone of the GitHub website, designed to mimic the look and feel of the original site. It showcases the use of modern web development technologies to recreate a familiar and user-friendly interface.

Tech Stack

Getting Started

Prerequisites

  • Node.js (>=12.x)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/shivah12/github-website-clone.git
    cd github-website-clone
    
  2. Install dependencies:

npm install
# or
yarn install

2. **Run the development server:**

```bash
npm run dev
# or
yarn dev

Open http://localhost:3000 to view the application in the browser.