Go to file
Amelia-Maria Breda 5bca610d92 Updated the code for replacing ImageListWithLatestTag
Signed-off-by: Amelia-Maria Breda <ameliamaria.breda@dxc.com>
2022-09-01 15:39:11 +03:00
.github Added build test workflow 2022-08-19 08:26:27 -07:00
public Intialize zui package explorer 2022-03-16 14:24:51 -07:00
src Updated the code for replacing ImageListWithLatestTag 2022-09-01 15:39:11 +03:00
.gitignore added vscode config to gitignore 2022-07-21 11:54:19 -07:00
jsconfig.json work in progress, on signin page 2022-07-21 11:54:19 -07:00
LICENSE Initial commit 2022-03-01 09:03:50 -08:00
Makefile updated makefile to emit dev dependencies, fixed build script 2022-08-05 06:22:57 -07:00
package-lock.json fixed peer dependency vulnerability, 2022-07-22 10:23:58 -07:00
package.json login tests 2022-08-16 13:02:31 +03:00
README.md Added build cov and codeql pills to readme 2022-08-19 09:09:39 -07:00

zot UI build-test codecov.io CodeQL

A graphical user interface to interact with a zot server instance.

Built with React JS and Material UI.

TL;DR

To start this app, run

npm install

npm start

If zui is ran separately from the zot back-end, the manual host configuration must be changed in the ./src/host.js file

const hostConfig = {
  auto:false, 
  default:'http://localhost:5000' // replace with zot host
}

The app will open in your default browser. If not, you can manually open http://localhost:3000.

Available Scripts

In the project directory, run:

npm install

Do this first. Installs all dependencies needed by the app.

npm start

Runs the app in the development mode. It should open your app in your default browser. If not, you can manually open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
The app is ready to be deployed!

See this section about deployment for more information.

Learn More

This project was bootstrapped with Create React App, and built with React JS and Material UI.

To learn React, check out the React documentation.

To learn Material UI, check out the Material UI Library.