Display a list of all supported games by GeForce NOW. Log in with Steam (and in future other services) and compare games to see what overlaps.
$ npm install
$ npm run serve
$ npm run deploy
Note, all npm commands should be run in the /functions
sub-folder
$ cd functions
$ npm install
For the Steam API to work locally, your own Steam API key is required. This can be obtained from https://steamcommunity.com/dev/apikey
This key should be kept private and not committed to the repo. Add it to the file /functions/.runtimeconfig.json
in the following format
{
"steam": {
"apikey": "MYSTEAMAPIKEY"
}
}
$ npm run serve
$ npm run deploy