From 4e87d7879da1b26068c955620eb6f8c0f7517074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Tue, 20 Oct 2020 14:46:34 +0200 Subject: [PATCH] add workspace to readme example --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fedf8332..230f241d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ ## Web application -Use `yarn start` to start the development server. +Use `yarn workspace webapp start` to start the development server. -Use `yarn build` to compile the application to `/public` directory. +Use `yarn workspace webapp build` to compile the application to `/public` directory. You can use the below build parameters to customize your web application. -- development example `GATSBY_API_URL=https://siasky.dev yarn start` -- production example `GATSBY_API_URL=https://siasky.net yarn build` +- development example `GATSBY_API_URL=https://siasky.dev yarn workspace webapp start` +- production example `GATSBY_API_URL=https://siasky.net yarn workspace webapp build` List of available parameters: