From 1008204090dda63e1e169cdc185ab9ce0c4e65b6 Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Sat, 3 Feb 2024 19:59:09 +0100 Subject: [PATCH] Addition to setup in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d1507a9..3cee014 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Project using npm & webpack ## setup +cd into this dir + +to install all required dependencies - first run: `npm i` + to build for production: `npm run build` to launch dev server: `npm run dev`