Skip to content

Commit

Permalink
Merge pull request #2095 from candleindark/enh
Browse files Browse the repository at this point in the history
Update instructions for serving the web app through a development server
  • Loading branch information
waxlamp authored Dec 13, 2024
2 parents 7dd2cd4 + 48fb43a commit 63b1036
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 63b1036

Please sign in to comment.