mirror of
https://github.com/mosh-hamedani/game-hub.git
synced 2026-05-21 12:14:32 +02:00
Update README.md
This commit is contained in:
parent
a633036e64
commit
716dc259ca
|
|
@ -8,9 +8,12 @@ This is the project we build in my Ultimate React course. You can find the full
|
||||||
|
|
||||||
To get started with GameHub, follow these steps:
|
To get started with GameHub, follow these steps:
|
||||||
|
|
||||||
|
|
||||||
1. Clone this repository to your local machine.
|
1. Clone this repository to your local machine.
|
||||||
2. Run `npm install` to install the required dependencies.
|
2. Run `npm install` to install the required dependencies.
|
||||||
3. Run `npm run dev` to start the web server.
|
3. Get a RAWG API key at https://rawg.io/apidocs. You'll have to create an account first.
|
||||||
|
4. Add the API key to **src/services/api-client.ts**
|
||||||
|
5. Run `npm run dev` to start the web server.
|
||||||
|
|
||||||
## About the Course
|
## About the Course
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue