-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Here you have two options. If you like working with Git, you can go below to Using Git. If you would rather just download the code as a .zip without any version control, you can skip to Downloading a Zip.
NOTE: I do assume you know the basics of Git, so this section is mainly how to fork the template to your own repo, not an in-depth tutorial on Git.
If you would like to use Git with this project, start by creating a fork of this template. Head to the main page, click the "Use this template" button, then click "Create a new repository"
Give your new repository a name, and click "Create repository from template"
Now go to your newly created repo and click the code button.
Copy the HTTPS link and then you can use it however you would like. You can use the git cli to clone the repo (Scroll down to cloning section) and make commits in VSCode, or use an app like Git Tower to do it all for you.
To just download a .zip, go to the main page of this template and hit the code button. Click on the "Download Zip" button. Save this zip file to a Documents or Project folder you have. Unzip it with something like 7 Zip (Win) or double click it on mac. Now you should have the code ready!
This wiki is very much still WIP, and nothing is not subject to change.