Skip to content

icatproject-contrib/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 serve

Alternatively, launch the app with docker:

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.9%
  • JavaScript 10.4%
  • CSS 6.9%
  • Other 0.8%