You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://app.cyclic.sh/api/app/deploy/GameHub88/Mirror)
8
-
[](https://heroku.com/deploy/?template=https://github.com/GameHub88/Mirror)
9
-
[](https://render.com/deploy?repo=https://github.com/GameHub88/Mirror)
10
-
[](https://replit.com/github/GameHub88/Mirror)
11
-
12
-
## Localy
13
+
<h1align="center">Localy</h1>
13
14
If you want to run and test the server localy on your device, navigate to your console and run:
15
+
<br><br>
14
16
15
17
```bash
16
18
git clone https://github.com/GameHub88/Mirror.git
17
19
```
20
+
18
21
Make sure you have [nodejs](https://nodejs.org) installed for these next steps:
19
22
```bash
20
23
cd Mirror
@@ -27,14 +30,15 @@ npm start
27
30
```
28
31
then navigate on your web browser to [`localhost:2000`](http://localhost:2000) or [`127.0.0.1:2000`](http://127.0.0.1:2000) to test the server.
29
32
30
-
## API Docs
33
+
<h1align="center">Docs</h1>
31
34
32
35
| Path | Data | Parameters | Method |
33
36
|------|------|------------|--------|
34
37
| / |`{status: 'ready'/'inoperable', version: version, website: website, description: 'A simple proxy server for the GameHub API',repository: 'https://github.com/GameHub88/Mirror'}`| none | GET |
0 commit comments