diff --git a/web/README.md b/web/README.md index d394a8d6c..e866c1a88 100644 --- a/web/README.md +++ b/web/README.md @@ -3,13 +3,13 @@ The DANDI Archive web application (i.e. the dandi-archive frontend). ## Develop -### Build and Run +### Serve App in Development Server (requires [yarn](https://yarnpkg.com/)) ```bash git clone https://github.com/dandi/dandi-archive -cd web +cd dandi-archive/web yarn install -yarn run serve +yarn run dev ``` **Note**: On Debian systems, the `yarn` command is from the unrelated `cmdtest` package.