From e6001c47c8d04bad4aad10c5ab93a97b4864435d Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Fri, 25 Mar 2022 01:55:51 -0700 Subject: [PATCH] replace npm commands with yarn --- web/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/README.md b/web/README.md index e16f0e9c..3184a06c 100644 --- a/web/README.md +++ b/web/README.md @@ -2,13 +2,13 @@ ## Getting Started -1. Run `npm install` -2. Run `npm run dev` +1. Run `yarn` +2. Run `yarn run devdev` 3. Your site will be available on http://localhost:3000 ## Formatting -Before committing, run `npm run format` to format your code. +Before committing, run `yarn run format` to format your code. Recommended: Use a [Prettier editor integration](https://prettier.io/docs/en/editors.html) to automatically format on save