Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Netflix/mantis-ui
https://github.com/Netflix/mantis-ui
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Netflix/mantis-ui
- Owner: Netflix
- License: apache-2.0
- Created: 2019-06-24T15:39:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T04:02:45.000Z (about 1 year ago)
- Last Synced: 2024-07-31T07:19:11.434Z (3 months ago)
- Language: TypeScript
- Size: 2.81 MB
- Stars: 40
- Watchers: 197
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome - mantis-ui - (Vue)
README
[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](/LICENSE)---
Management UI for Mantis
UI for Mantis Project
### Prerequisites
```
node (version >= 14.18.0)
pnpm (version >= 6.23.0)
```
To install pnpm :
```
npm install -g pnpm
```
None available at the moment!
## ⌨️ Development
To install dependencies :
```
pnpm install
```
To start the local server :
```
pnpm dev
```Build UI static assets
```
pnpm build
```Deploy these static assets by copying over the static files build in dist folder to your favorite web server.
---
## [How to contribute](./CONTRIBUTING.md)