Browse Source

update readme to reflect proper local run command

pull/151/head
Max Ward 2 years ago
parent
commit
2bef75dd4a
  1. 2
      README.md

2
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 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`.

Loading…
Cancel
Save