[DOCS] Remove passive voice, simplify README

This commit is contained in:
Mike DelGaudio
2021-07-05 22:37:04 -04:00
parent 021b082884
commit d953822d19

View File

@ -21,10 +21,19 @@ However, Squoosh utilizes Google Analytics to collect the following:
To develop for Squoosh, use the following: To develop for Squoosh, use the following:
1. Clone the repository. 1. Clone the repository
1. To install node packages, run `npm install`. 1. Install node packages, by running:
1. To build the app, run `npm run build`. ```sh
1. To start the development server, run `npm run dev`. npm install
```
1. Build the app, by running:
```sh
npm run build
```
1. Start the development server, by running:
```sh
npm run dev
```
# Contributing # Contributing