Skip to content

Commit 707b207

Browse files
committed
use npm only
1 parent fd8a9ec commit 707b207

2 files changed

Lines changed: 6 additions & 1925 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,40 +56,39 @@ See [TRANSLATION.md](https://github.com/thinreports/thinreports-editor/blob/mast
5656
* JDK 6+
5757
* Python 2.7
5858
* Node.js
59-
* [yarn](https://yarnpkg.com/en/)
6059

6160
### Getting Started
6261

6362
Install dependencies:
6463
```
65-
$ yarn install
64+
$ npm install
6665
```
6766

6867
Compile javascript, css and templates:
6968
```
70-
$ yarn run compile
69+
$ npm run compile
7170
```
7271

7372
Launch Editor on development:
7473
```
75-
$ yarn start
74+
$ npm start
7675
```
7776

7877
### Other Tasks
7978

8079
Watch and compile:
8180
```
82-
$ yarn run watch
81+
$ npm run watch
8382
```
8483

8584
Build package for macOS, Windows, Ubuntu(linux):
8685
```
87-
$ yarn run build
86+
$ npm run build
8887
```
8988

9089
Run compilation and building on production:
9190
```
92-
$ yarn run release
91+
$ npm run release
9392
```
9493

9594
## License

0 commit comments

Comments
 (0)