Last active
April 15, 2020 19:59
-
-
Save coolsoftwaretyler/0802f36b7f1f61cdde292a0302ff6446 to your computer and use it in GitHub Desktop.
Revisions
-
coolsoftwaretyler revised this gist
Apr 15, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,9 @@ 2. [Sign up for Netlify with your GitHub account](https://app.netlify.com/signup) 3. [Download and install Visual Studio Code](https://code.visualstudio.com/Download) 4. [Download and install Node.js](https://nodejs.org/en/download/) 5. Install git: - Mac OSX: Using the [terminal](https://www.macworld.co.uk/how-to/mac-software/how-use-terminal-on-mac-3608274/), [Install Homebrew](https://brew.sh/) and then install [Git](https://git-scm.com/download/mac) - Windows: [Download and install Git for Windows](https://gitforwindows.org/) ## Extra credit -
coolsoftwaretyler revised this gist
Apr 15, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 2. [Sign up for Netlify with your GitHub account](https://app.netlify.com/signup) 3. [Download and install Visual Studio Code](https://code.visualstudio.com/Download) 4. [Download and install Node.js](https://nodejs.org/en/download/) 5. Install git - Mac OSX: Using the [terminal](https://www.macworld.co.uk/how-to/mac-software/how-use-terminal-on-mac-3608274/), [Install Homebrew](https://brew.sh/) and then install [Git](https://git-scm.com/download/mac) - Windows: [Download and install Git for Windows](https://gitforwindows.org/) -
coolsoftwaretyler revised this gist
Apr 15, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,9 @@ 2. [Sign up for Netlify with your GitHub account](https://app.netlify.com/signup) 3. [Download and install Visual Studio Code](https://code.visualstudio.com/Download) 4. [Download and install Node.js](https://nodejs.org/en/download/) 5. - Mac OSX: Using the [terminal](https://www.macworld.co.uk/how-to/mac-software/how-use-terminal-on-mac-3608274/), [Install Homebrew](https://brew.sh/) and then install [Git](https://git-scm.com/download/mac) - Windows: [Download and install Git for Windows](https://gitforwindows.org/) ## Extra credit -
coolsoftwaretyler created this gist
Apr 15, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ # Basic prerequisites you need on your computer before we get started 1. [Get a GitHub account](https://github.com/join) 2. [Sign up for Netlify with your GitHub account](https://app.netlify.com/signup) 3. [Download and install Visual Studio Code](https://code.visualstudio.com/Download) 4. [Download and install Node.js](https://nodejs.org/en/download/) 5. [Download and install Git for Windows](https://gitforwindows.org/) ## Extra credit 1. [Read and learn a little bit about Git](https://try.github.io/) 2. [Read a little bit about Eleventy](https://www.11ty.dev/)