File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6362Install dependencies:
6463```
65- $ yarn install
64+ $ npm install
6665```
6766
6867Compile javascript, css and templates:
6968```
70- $ yarn run compile
69+ $ npm run compile
7170```
7271
7372Launch Editor on development:
7473```
75- $ yarn start
74+ $ npm start
7675```
7776
7877### Other Tasks
7978
8079Watch and compile:
8180```
82- $ yarn run watch
81+ $ npm run watch
8382```
8483
8584Build package for macOS, Windows, Ubuntu(linux):
8685```
87- $ yarn run build
86+ $ npm run build
8887```
8988
9089Run compilation and building on production:
9190```
92- $ yarn run release
91+ $ npm run release
9392```
9493
9594## License
You can’t perform that action at this time.
0 commit comments