- This is a web application that allows users to view a GitHub user's profile information along with their repositories.
-
Fork the repository.
-
Clone the project.
git clone repository-url
- Install dependencies.
npm install
- Run the server.
npm run dev
- Browse the application by hitting
localhost:5173
.