From 327c3ee4546c78717228fc94be0bbd7a55bae50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Lumbroso?= Date: Sun, 10 Apr 2022 08:11:55 -0400 Subject: [PATCH] Updated README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 011d728..33850d2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,15 @@ On some development environment: ## Local development -These are the commands provided for local development: +If you are cloning this repository locally, you must first install all +packages before you can use the local environment: + +``` +$ git clone https://github.com/jlumbroso/react-ts-starter +$ npm install +``` + +Then, these are the commands provided for local development: - `npm start` runs the app locally in development mode. - `npm test` runs the test runner in interactive watch mode, see