From fe21322b2bf174567e2fa491453b6ea15e6aec9a Mon Sep 17 00:00:00 2001 From: Mike DelGaudio Date: Tue, 6 Jul 2021 14:34:04 -0400 Subject: [PATCH] [DOCS] Update list of develop steps --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29c54b13..74ad75ac 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,18 @@ However, Squoosh utilizes Google Analytics to collect the following: # Developing -To develop for Squoosh, use the following: +To develop for Squoosh: 1. Clone the repository -1. Install node packages, by running: +1. To install node packages, run: ```sh npm install ``` -1. Build the app, by running: +1. Then build the app by running: ```sh npm run build ``` -1. Start the development server, by running: +1. After building, start the development server by running: ```sh npm run dev ```