To setup this website you must start by configuring a few enviorment variables.
Start by creating a copy of the sample env
file using the following command:
cp .env.sample .env
Then fill in the missing variable STEAM_API_KEY
with your own private Steam Web API key. Which can be found here
You can also set a PORT
variable, if you want to run the app on a custom port.
Run the app with NodeJS.
node app.js
Lastly, make sure to setup a reverse proxy that resolves to the node application.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.