Let's get everything we will need installed and set up.
GitHub Desktop helps you focus on what matters instead of fighting git.
- Go to desktop.github.com
- Click "Download for macOS"
- Open the downloaded file
- Follow the installation instructions
VS Code (or Visual Studio Code) is a popular code editing tool.
- Go to code.visualstudio.com
- Click "Download Mac Universal"
- Open the downloaded file
- Follow the installation instructions
VS Code extensions allow you customize your editor and gives you a marketplace of options.
- Open VS Code
- On the far left side, hover over the icon and look for "Extensions." The icon looks like:
- In the search bar, type "markdown all in one"
- Click on
Markdown All in One
with the following icon: - Click "Install"
- Open VS Code
- On the far left side, hover over the icon and look for "Extensions." The icon looks like:
- In the search bar, type "emojisense"
- Click on
:emojisense:
with the following icon: - Click "Install"
- Open VS Code
- On the far left side, hover over the icon and look for "Extensions." The icon looks like:
- In the search bar, type "emojisense"
- Click on
Code Spell Checker
with the following icon: - Click "Install"
Let's get down to business 👷♀️ and contribute to open source!