From 472c137df34ff871ff30da0a19259462a8b389b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Thu, 5 Oct 2023 20:11:28 +0200 Subject: [PATCH] Add dependency resolving step --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c3c1b6..d2e261d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ A template for creating [11ty](https://www.11ty.dev/docs/) websites. ## Getting started +Run `yarn` to resolve the dependencies. + Make sure to check the following files and change them according to your needs: * [src/_includes/base_page.njk](src/_includes/base_page.njk). This is the base page, you should change the title of the page. * [static/css/base.css](static/css/base.css). This is the base theme, you should at least change the colors. -After changing the files, run `yarn serve` to serve the website. \ No newline at end of file +After changing the files, run `yarn serve` to serve the website.