Skip to content

Commit 8a340fc

Browse files
authored
📝 Improve README
1 parent f4ffd99 commit 8a340fc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ This repo contains the source code of the https://clean-css.github.io/ website.
44

55
## Get started
66

7-
Install the dependencies...
7+
Install the dependencies by using [yarn](https://yarnpkg.com/)...
88

99
```bash
10-
cd svelte-app
11-
npm install
10+
yarn install
11+
# or use: npm install
1212
```
1313

14-
...then start webpack:
14+
...then start webpack-dev-server:
1515

1616
```bash
17-
npm run start
17+
yarn start
18+
# or use: npm run start
1819
```
1920

2021
Navigate to [localhost:8080](http://localhost:8080).

0 commit comments

Comments
 (0)