Migrate to Yarn.

This commit is contained in:
FireMasterK
2020-12-24 22:35:03 +05:30
parent a335b3ae26
commit 9a8b0bb611
4 changed files with 9289 additions and 12896 deletions

View File

@@ -35,13 +35,13 @@ An alternative YouTube frontend which is efficient by design.
## Development Setup
```
npm install
yarn install
```
### Compiles and hot-reloads for development
```
npm run serve
yarn serve
```
You can now make changes and see them as soon you save the file!