Prerequisite for the 11ty Workshop

The Dependencies of the workshop are mentioned below

GIT

Open Terminal.

Set a Git username:

$ git config --global user.name "Mona Lisa"

Confirm that you have set the Git username correctly:

$ git config --global user.name
> Mona Lisa
$ git config --global user.email "email@example.com"

Confirm that you have set the email address correctly in Git:

$ git config --global user.email

email@example.com

Add the email address to your account on GitHub, so that your commits are attributed to you and appear in your contributions graph. For more information, see Adding an email address to your GitHub account."

Volta

This repo uses Volta. Get it, and it'll make your node life so much easier. Run this command (for linux and mac user)

curl https://get.volta.sh | bash

For windows user follow instructions here

volta install yarn

Netlify

Create an account on Netlify