/dandiarchive

Infrastructure and code for the dandiarchive

Primary LanguageVueApache License 2.0Apache-2.0

dandiarchive CircleCI

The DANDI Archive web client.

Web App

Install

cd web
yarn install

Run

Ensure the server is running locally (see instructions here), then:

# within "web"
yarn run serve

The web app will be served at http://localhost:8085/.

Test

# within "web"
yarn run lint