Use yarn instead of npm

This commit is contained in:
Andrey Antukh 2022-09-05 11:06:50 +02:00
parent 848200694a
commit 1f08308be6
4 changed files with 562 additions and 4739 deletions

View File

@ -6,15 +6,17 @@ Penpot documentation website
To view this site locally, first set up the environment:
```
nvm install (if necessary)
nvm install (if necessary)
nvm use
npm install
npm install -g yarn (if necessary)
yarn
```
And launch a development server:
```
npm start
yarn run start
```
You can then point a browser to [http://localhost:8080](http://localhost:8080).

3495
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,5 +4,5 @@ source ~/.bashrc
set -ex
rm -rf ./_dist
npm install
npm run build
yarn
yarn run build

1794
yarn.lock

File diff suppressed because it is too large Load Diff