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
See: quick-start.md
For development
mode:
yarn dev
For production
mode:
yarn prod
yarn test
For bug reporting, open an issue
If you want help us to improve this project. Fork this repo, send your awesome PR 😃