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`