[DOCS] Remove passive voice, simplify README
This commit is contained in:
17
README.md
17
README.md
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user