# mantis-ui
**Repository Path**: mirrors_netflix/mantis-ui
## Basic Information
- **Project Name**: mantis-ui
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-19
- **Last Updated**: 2025-09-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[]()
[](/LICENSE)
---
Management UI for Mantis
## 🧐 About
UI for Mantis Project
### Prerequisites
```
node (version >= 14.18.0)
pnpm (version >= 6.23.0)
```
To install pnpm :
```
npm install -g pnpm
```
## 🔧 Running the tests
None available at the moment!
## ⌨️ Development
To install dependencies :
```
pnpm install
```
To start the local server :
```
pnpm dev
```
## 🚀 Deployment
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)