diff --git a/README.md b/README.md index 1fd17282a..544987060 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,13 @@ This version includes memorec model suggestions and collaborative live editing r The application is publicly accessible at [this link.](https://damianonaraku.github.io/jodel-react/build/) If you want to run it locally, clone this repository, [install node.js and npm](https://nodejs.org/it/download), then run the following commands with a terminal opened at project's root folder + `npm install` + `npm run start` + or + `npm install` + `npm run build`