PrivMX Bridge Panel
PrivMX Bridge Panel is an application used to manage PrivMX Bridge. It is important to acknowledge that the panel is not a part of the PrivMX Bridge itself, but rather a separate application that can be used to manage PrivMX Bridge. It is however a part of the PrivMX Bridge Docker.
Requirements
- Node.js 20.10+
- A server that will serve static files (not required during development)
- PrivMX Bridge Instance
Installation
-
Copy or rename
.env.example
to.env.local
and fill in the required data. -
Install dependencies by running
npm install
.
Running in Development Mode
To start the application in development mode, run npm run dev
.
Building for Production
To build the application for production, run npm run build
.
During development you can run npm run preview
to ensure everything works.
For production: configure a server of your choice to serve static files from dist/
directory.