From 2bef75dd4a674b454df82d52af4b0415ce130895 Mon Sep 17 00:00:00 2001 From: Max Ward Date: Sun, 19 Feb 2023 22:35:40 -0800 Subject: [PATCH] update readme to reflect proper local run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78cbb30d..daec9fac 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To run this project locally for contributing or testing, run the following comma git clone https://github.com/movie-web/movie-web cd movie-web yarn install -yarn start +yarn dev ``` To build production files, simply run `yarn build`.