/mantis-ui

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Mantis logo

Status 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.