/website-source

Source code for wolfpeachgames.com

Primary LanguageJavaScriptMIT LicenseMIT

🐺🍑🎮 Wolfpeach Games Website

Static site for Wolfpeach Games. Built using Gatsby and React.

Visit us at www.wolfpeachgames.com!

Deploy

Requirements

Development

  • Clone this repo
  • Set remote source to be this source code repo
  • Set remote origin to be the Github pages repo you want to deploy to
  • Install dependencies with npm install

Remember to push changes to the source remote!

Deployment

Run npm run deploy to build and deploy the project to Github Pages. Ensure you have the repository you wish to deploy to set as the origin of your local repo. Will require push access to that repo.

This repo is currently setup for automated deploys using Github Actions