Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.05 KB

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