Addition to setup in readme

This commit is contained in:
NetMan 2024-02-03 19:59:09 +01:00
parent 4459f7dbe4
commit 1008204090
1 changed files with 4 additions and 0 deletions

View File

@ -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`