Skip to content

WHTaylor/icat-admin

Repository files navigation

icat-admin

A web application for convenient browsing and editing of ICAT data. See it in action here. Designed as an alternative to ICAT Manager.

Development

icat-admin uses yarn for dependency management. To run locally, use:

# install dependencies to node_modules
yarn install

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# run the production build locally
yarn preview

Alternatively, launch the app with docker:

docker build .
docker run --init -p 8080:8080