From 65fbd7ca9eaa41082276ea0c5ca1cf4db2659735 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sat, 27 Aug 2022 01:31:17 +0200 Subject: [PATCH] readme Signed-off-by: Sam Therapy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7903c77..24d1332 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Clone the repo to where ever you will be hosting this and run the following comm yarn ``` -Now that the dependencies are taken care of you can verify it runs with `npm start` in the root directory of the project. If it tells you it is listening on a port you're probably good to go. +Now that the dependencies are taken care of you can verify it runs with `yarn build && yarn start` in the root directory of the project. If it tells you it is listening on a port you're probably good to go. ## Running as a service