https://github.com/yoannfleurydev/stream-remote-server
https://github.com/yoannfleurydev/stream-remote-server
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoannfleurydev/stream-remote-server
- Owner: yoannfleurydev
- Created: 2019-02-22T01:07:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T11:53:15.000Z (over 6 years ago)
- Last Synced: 2025-01-26T08:45:54.874Z (12 months ago)
- Language: TypeScript
- Size: 147 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steam Remote
# Installation
## Host Machine
> 💡 Tested on Windows only
- Clone the repository `git clone git@github.com:yoannfleurydev/stream-remote-server.git`
- Install dependencies `yarn install`
- Start the server `yarn start` for Linux 🐧 or `yarn start:win` on Windows 🏁
- Browse [localhost:3000/api/health](http://localhost:3000/api/health) to check if the server is up.
## Docker
> 💡 Tested on Windows **and** in the WSL.
- Build the image `docker build -t .`
- Start the image `docker run -p 9999:3000 -d `
- Browse [localhost:9999/api/health](http://localhost:9999/api/health) to check if the server is up.