Skip to content

Commit aaeb579

Browse files
committed
use npm
1 parent 6b50f33 commit aaeb579

File tree

3 files changed

+47878
-10012
lines changed

3 files changed

+47878
-10012
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,17 @@ Developed by [RSquad](https://rsquad.io/) by order of TON Foundation.
66

77
## Project setup
88
```
9-
yarn install
9+
npm install
1010
```
1111

1212
### Compiles and hot-reloads for development
1313
```
14-
yarn serve
14+
npm run serve
1515
```
1616

1717
### Compiles and minifies for production
1818
```
19-
yarn build
20-
```
21-
22-
### Lints and fixes files
23-
```
24-
yarn lint
19+
npm run build
2520
```
2621

2722
### Customize configuration

0 commit comments

Comments
 (0)