GameHub is a web application designed to help you discover new and exciting video games. You can search for games based on different platforms, genres, and other criteria.
To get started with GameHub, follow these steps:
- Clone this repository to your local machine.
- Install the required dependencies by running
npm install
. - Start the web server by running
npm run dev
.
Once you have started the web server, navigate to http://localhost:5173
in your web browser to access the GameHub application. You can search for games by entering different criteria in the search bar.
We welcome contributions from the open source community. If you would like to contribute to the GameHub project, please follow these steps:
- Fork this repository to your own GitHub account.
- Create a new branch with your changes:
git checkout -b my-feature-branch
- Commit your changes:
git commit -am 'Added a new feature'
- Push to the branch:
git push origin my-feature-branch
- Submit a pull request.