From 48fb43adae98fb84d1336f70c3583b387d44f154 Mon Sep 17 00:00:00 2001 From: Isaac To Date: Sun, 8 Dec 2024 15:13:50 -0800 Subject: [PATCH] doc: rename section of instructions for serving app in development These instructions are for serving the app using a development server. For building the app, there is the `yarn run build` command. --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index a7df46e7a..e866c1a88 100644 --- a/web/README.md +++ b/web/README.md @@ -3,7 +3,7 @@ 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