From 7d9372baa7c2d0e9ae768d802988ca141b067e17 Mon Sep 17 00:00:00 2001 From: Manda Putra Date: Sun, 26 Dec 2021 11:37:41 +0700 Subject: [PATCH] change every npm run with yarn --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b845c1c..80601028 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,13 @@ The `HASH_SALT` is used to generate unique values for your installation. For development purpose, you need to build first that is because the application need to prepare language and geo setting. ```bash -npm run build +yarn build ``` ### Start the application ```bash -npm start +yarn start ``` By default this will launch the application on `http://localhost:3000`. You will need to either @@ -103,8 +103,8 @@ To get the latest features, simply do a pull, install any new dependencies, and ```bash git pull -npm install -npm run build +yarn +yarn build ``` ## License