FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

openpitrix/dashboard: 📺🐝OpenPitrix UI · GitHub

Latest commit

 

History

732 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dashboard

Usage

git clone https://github.com/openpitrix/dashboard.git
cd dashboard
yarn
yarn dev

Docker

You can run dashboard in docker:

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

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

Build for ARM platform

We also support running openpitrix/dashboard in ARM platform using docker

See build steps in Dockerfile.arm

If you want try local build for ARM:

make build-arm
make run-arm

Or running our official arm64 image from docker hub:

docker pull openpitrix/dashboard:min-arm64
docker run -d --rm --name openpitrix-dashborad-arm -p 8000:8000 openpitrix/dashboard:min-arm64

Develop

yarn
yarn dev

We prefer yarn as our package manager, if you like npm:

npm i
npm run dev

See How to install requsites

Test

yarn test

Build

For production build:

yarn prod:build

Quick start

License

Apache v2

About

📺🐝OpenPitrix UI

Topics

Resources

Code of conduct

Contributing

Stars

31 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL