Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instructions for serving the web app through a development server #2095

Merged
merged 3 commits into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down