Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naupaw/pm2-panel

pm2 web UI management write in reactjs
https://github.com/naupaw/pm2-panel

pm2 pm2-ui pm2-web

Last synced: 30 days ago
JSON representation

pm2 web UI management write in reactjs

Awesome Lists containing this project

README

        

# pm2 panel

Simple pm2 management panel made with [next.js](https://github.com/vercel/next.js)

![screenshot](docs/screenshot.jpg)

## Installation

Clone this repository and build the package

```
git clone https://github.com/pedox/pm2-panel
yarn build
```

To start application run this command, and application will served at http://localhost:3000

```
yarn start
```