Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 1.41 KB

README.md

File metadata and controls

82 lines (53 loc) · 1.41 KB

Game Hub.

Screenshot 2023-04-26 at 16 34 31

Built With

  • ReactJS
  • Typescript
  • ChakraUI
  • React-Context
  • React-form-Hook
  • Zod

Getting Started

To get a local copy up and running follow these simple example steps.

Setup

git clone https://github.com/moise10r/game-hub
cd ./game-hub

Install

npm install

Getting Started

To get started, follow these steps:

  1. Get a RAWG API key at https://rawg.io/apidocs. You'll have to create an account first.
  2. Add the API key to src/services/api-client.ts

Install

npm run dev

With Docker Follow the following steps:

docker build -t game-hub .

Then

docker run -it -p 3000:3000 game-hub

Open it at http://localhost:3000

Build

npm run build

Authors

👤 NGANULO RUSHANIKA Moise

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.