👈 Go Back

Getting Started

This section is all about getting stuck into solving performance problems. Some people learn differently to overs and for me, getting hands on really helps me to absorb that information. Before we get hands on we need to pull the repo down and setup our environment.

What you need to know?

Installation

Clone this Repository

git clone https://github.com/code-mattclaffey/performance-kit-v2 performance-kit

Navigate to the directory

cd performance-kit

Install dependencies

npm install

Run Eleventy

npm start