update readme to reflect proper local run command

This commit is contained in:
Max Ward 2023-02-19 22:35:40 -08:00
parent 35adaf3872
commit 2bef75dd4a
1 changed files with 1 additions and 1 deletions

View File

@ -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 git clone https://github.com/movie-web/movie-web
cd movie-web cd movie-web
yarn install yarn install
yarn start yarn dev
``` ```
To build production files, simply run `yarn build`. To build production files, simply run `yarn build`.