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.
- Frontend: Next.js, Tailwind CSS
- Language: TypeScript
- Node.js (>=12.x)
- npm or yarn
-
Clone the repository:
git clone https://github.com/shivah12/github-website-clone.git cd github-website-clone
-
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.