Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Netflix/mantis-ui


https://github.com/Netflix/mantis-ui

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        



Mantis logo

[![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


## 🧐 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)