Go to file
Andrei Aaron 12b474e126
fix: update zot documentation urls (#411)
resolves #410

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2024-01-12 13:47:16 +02:00
.github feat: starred repos implementation (#399) 2023-12-07 16:36:54 +02:00
public patch: updated usage of fonts, self hosting from assets 2023-04-13 11:05:24 -07:00
src fix: update zot documentation urls (#411) 2024-01-12 13:47:16 +02:00
tests feat: add freebsd as an OS filter (#407) (#408) 2023-12-28 14:52:27 +02:00
.eslintignore refactor: Applied backend model mapping 2022-11-01 15:39:45 +02:00
.eslintrc.json Added eslint and prettier, added elintconfig,prettierconfig (#83) 2022-09-27 12:28:26 +03:00
.gitignore feat:Integration tests 2023-05-30 10:54:24 +03:00
.prettierignore refactor: Applied backend model mapping 2022-11-01 15:39:45 +02:00
.prettierrc Added eslint and prettier, added elintconfig,prettierconfig (#83) 2022-09-27 12:28:26 +03:00
jsconfig.json Added eslint and prettier, added elintconfig,prettierconfig (#83) 2022-09-27 12:28:26 +03:00
LICENSE Initial commit 2022-03-01 09:03:50 -08:00
Makefile feat:Integration tests 2023-05-30 10:54:24 +03:00
package-lock.json feat: export vulnerabilities list 2023-12-20 09:23:47 -08:00
package.json feat: export vulnerabilities list 2023-12-20 09:23:47 -08:00
playwright.config.js feat:Integration tests 2023-05-30 10:54:24 +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.