Add install and build instructions to README

This commit is contained in:
2023-04-30 19:28:38 +02:00
parent 9ce11fe589
commit 1fd7c01892

View File

@@ -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 To make developing and building the project a breeze, the zero configuration
build tool parcel is used. build tool parcel is used.
Install dependencies with 'yarn install', start development server with `yarn
parcel` and build with `yarn parcel build`.