1. Setting up the starter


Fork and clone this repository

First, fork and clone this repository.

Install

ℹ️ This project uses yarn as a package manager, if yarn isn't installed on your machine, open a terminal and run npm install -g yarn

Install the project's dependencies:

yarn install

⚠️ If you'd like to use npm beware that there is no package-lock.json so we can't guarantee the dependencies are the same for you.

Setup environment variables

Copy .env.local.sample to .env.local with:

cp .env.local.sample .env.local

We'll edit these values later, but the defaults are fine for now.

Run the project locally

To run the local development server:

yarn dev

You should see your new site loaded in the browser!