From 1fd7c018926616f7e1c105c7963d3031bbd4613c Mon Sep 17 00:00:00 2001 From: Dietrich Rink Date: Sun, 30 Apr 2023 19:28:38 +0200 Subject: [PATCH] Add install and build instructions to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 45faece..c87aac0 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ extensions pug, typescript and sass, that compile to html, javascript and css. To make developing and building the project a breeze, the zero configuration build tool parcel is used. + +Install dependencies with 'yarn install', start development server with `yarn +parcel` and build with `yarn parcel build`.