Skip to content

openpitrix/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😃