An open API service indexing awesome lists of open source software.

https://github.com/yoannfleurydev/stream-remote-server


https://github.com/yoannfleurydev/stream-remote-server

Last synced: 10 months ago
JSON representation

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.