Skip to content

Commit 625798b

Browse files
chore: use yarn in doc
#56
1 parent 9e674d4 commit 625798b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,6 @@ Use the following attributes on elements that are converted to editors to adjust
238238
## Develop and contribute
239239

240240
1. Fork & clone [our repository](https://github.com/JetBrains/kotlin-playground).
241-
2. Install required dependencies `npm install`.
242-
3. `npm start` to start local development server at http://localhost:9000, or `npm start -- --env.webDemoUrl=http://localhost:6666` if you want a different port.
243-
4. `npm run build` to create production bundles.
241+
2. Install required dependencies `yarn install`.
242+
3. `yarn start` to start local development server at http://localhost:9000.
243+
4. `yarn run build` to create production bundles.

0 commit comments

Comments
 (0)