Skip to content

Create your own website for your game within 5 minutes with this starter

License

Notifications You must be signed in to change notification settings

bsidegames/threetwentyone-website

Repository files navigation

Gatsby

Oberion Template 16bit

Kick off your project with this default boilerplate.

🚀 Quick start

  1. Deploy to Netlify

    Deploy to Netlify

  2. Set Steam URL

Two possibilities:

  1. 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

  2. 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

🧐 What's inside?

coming soon

🎓 Customize

coming soon

License

MIT license: Free for private and commercial use.

Check out our project

We're building the website builder for game developers at Oberion.

About

Create your own website for your game within 5 minutes with this starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published