A frontend framework for ancor
Please visit the doc folder for more information.
If you would like to contribute to the project, please follow the contribution guide below.
- Fork ancor-dashboard on Github
- Clone your fork to your machine through git
- Make a new branch for your feature with a descriptive branch name (i.e. description-of-feature-or-bug-fix)
- Commit work and push to your fork on github
- Make pull request against arguslab/ancor-dashboard's development branch with detailed description on what you wish to be merged into.
NOTE: Master branch is intended for release commits only. All other pull requests and development should be made against the development branch until the next release has been made. So when you make your pull request be sure to make it against the development branch. When the project maintainers are ready for the next release, the development branch will be merged into master and tagged for release.
If you wish to deploy ancor-dashboard alongside ancor, please go to the releases section of this repository and download the binaries. These can be placed within an nginx or Apache server.
Note: If your ancor deployment exists on a different domain from where you are deploying ancor-dashboard, you will have to change this in the source and rebuild following the setup guide.