/dashboard

A Dashboard UI for OpenPitrix

Primary LanguageJavaScriptApache License 2.0Apache-2.0

OpenPitrix Dashboard

OpenPitrix Dashboard

Build Status docker build status docker pull status codecov License

Usage

If you prefer to use git:

git clone --depth 1 https://github.com/openpitrix/dashboard.git
cd dashboard
yarn && yarn dev

If you prefer to use docker:

docker pull openpitrix/dashboard
docker run -d --name openpitrix-dashborad -p 8000:8000 openpitrix/dashboard

Then open your browser: http://localhost:8000

See how to install requisites: installation details

Quick start

See: quick-start.md

Develop

For development mode:

yarn dev

For production mode:

yarn prod

Test

yarn test

Contribute

For bug reporting, open an issue

If you want help us to improve this project. Fork this repo, send your awesome PR 😃