Skip to content

Instantly share code, notes, and snippets.

@coolsoftwaretyler
Last active April 15, 2020 19:59
Show Gist options
  • Select an option

  • Save coolsoftwaretyler/0802f36b7f1f61cdde292a0302ff6446 to your computer and use it in GitHub Desktop.

Select an option

Save coolsoftwaretyler/0802f36b7f1f61cdde292a0302ff6446 to your computer and use it in GitHub Desktop.

Revisions

  1. coolsoftwaretyler revised this gist Apr 15, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions prereqs.md
    Original 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/)
    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

  2. coolsoftwaretyler revised this gist Apr 15, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion prereqs.md
    Original 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.
    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/)

  3. coolsoftwaretyler revised this gist Apr 15, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion prereqs.md
    Original 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. [Download and install Git for Windows](https://gitforwindows.org/)
    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

  4. coolsoftwaretyler created this gist Apr 15, 2020.
    12 changes: 12 additions & 0 deletions prereqs.md
    Original 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/)