Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/project-zot/zui
UI for zot registry
https://github.com/project-zot/zui
Last synced: 15 days ago
JSON representation
UI for zot registry
- Host: GitHub
- URL: https://github.com/project-zot/zui
- Owner: project-zot
- License: apache-2.0
- Created: 2022-03-01T17:03:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T06:48:00.000Z (19 days ago)
- Last Synced: 2024-12-06T07:29:35.753Z (19 days ago)
- Language: JavaScript
- Size: 12 MB
- Stars: 13
- Watchers: 2
- Forks: 21
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zot UI [![build-test](https://github.com/project-zot/zui/actions/workflows/build-test.yml/badge.svg?branch=main)](https://github.com/project-zot/zui/actions/workflows/build-test.yml) [![codecov.io](http://codecov.io/github/project-zot/zui/coverage.svg?branch=main)](http://codecov.io/github/project-zot/zui?branch=main) [![CodeQL](https://github.com/project-zot/zui/workflows/CodeQL/badge.svg)](https://github.com/project-zot/zui/actions?query=workflow%3ACodeQL) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fproject-zot%2Fzui.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fproject-zot%2Fzui?ref=badge_shield)
A graphical user interface to interact with a [zot](https://github.com/project-zot/zot) server instance.
Built with [React JS](https://reactjs.org/) and [Material UI](https://mui.com/).
## 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
```js
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](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](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](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn More
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), and built with [React JS](https://reactjs.org/) and [Material UI](https://mui.com/).
To learn React, check out the [React documentation](https://reactjs.org/).
To learn Material UI, check out the [Material UI Library](https://mui.com/).
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fproject-zot%2Fzui.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fproject-zot%2Fzui?ref=badge_large)