Skip to content

How to setup project (for relics)

Zack Stickles edited this page Apr 20, 2020 · 1 revision

To set up the project for local development, do the following:

  • Create SSH Key for your personal GitHub account (use your personal GitHub email).
  • Follow all the steps to add the key. When you go to update your ~/.ssh/config file to include the following:
Host github.com
  AddKeysToAgent yes
  UseKeychain yes
  IdentityFile ~/.ssh/personal_id_rsa
  • Add the new SSH Key to your GitHub account.
  • Clone the repository using the SSH remote endpoint.
Clone this wiki locally