We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ffd99 commit 8a340fcCopy full SHA for 8a340fc
‎README.md
@@ -4,17 +4,18 @@ This repo contains the source code of the https://clean-css.github.io/ website.
4
5
## Get started
6
7
-Install the dependencies...
+Install the dependencies by using [yarn](https://yarnpkg.com/)...
8
9
```bash
10
-cd svelte-app
11
-npm install
+yarn install
+# or use: npm install
12
```
13
14
-...then start webpack:
+...then start webpack-dev-server:
15
16
17
-npm run start
+yarn start
18
+# or use: npm run start
19
20
21
Navigate to [localhost:8080](http://localhost:8080).
0 commit comments