mondart.com/mondarth-com/content/post/fvtt-mod-dev-github-repository-setup/index.md

729 B

+++ title = "Github Repository Setup" date = 2024-08-22T09:00:00Z draft = false summary="Learning Foundry VTT Module Development from the very start" categories = ['Technical', 'FoundryVTT', 'Foundry VTT for Module Developers'] prev = ['/post/lets-build-a-module/'] +++

In the [previous post]({{< ref "/post/lets-build-a-module/" >}}) I proposed we build a couple of Foundry modules. This post starts that process, looking at Github to hold our module code.

{{< youtube nXZ-fwcygYk >}}

Although not a detailed lesson on Github, this session covers:

  • Setting up your account to use SSH keys.
  • Creating a repository to hold our module.
  • Cloning that repository to our local development machine so we can work on the module.