[DOCS] Update list of develop steps

This commit is contained in:
Mike DelGaudio
2021-07-06 14:34:04 -04:00
parent d953822d19
commit fe21322b2b

View File

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