Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Creating a Dev Environment

seamussmith edited this page Jan 3, 2022 · 22 revisions

Prerequisites

VSCode Extensions

  • Python (because python)
  • Django (django template syntax highlighting)
  • GitLens (very good extension in general, everyone should have it)

Tools

Things to do before setting up

  • Make sure you are logged in to GitHub via GitHub CLI. To do this, run gh auth login in a terminal and follow the steps.