Kick off your project with this default boilerplate.
Two possibilities:
-
Create an environment variable
STEAM_URL
in Netlify.Set your preferred Steam game with a URL to Steam such as
https://store.steampowered.com/app/815490/Chainmonsters
-
Set an URL directly in
gatsby-config-js
:
const STEAM_URL = process.env.STEAM_URL || "https://store.steampowered.com/app/815490/Chainmonsters";
// If no STEAM_URL is set as a Netlify environment variable
// "https://store.steampowered.com/app/815490/Chainmonsters" will be used as default
coming soon
coming soon
MIT license: Free for private and commercial use.
We're building the website builder for game developers at Oberion.