The main goal of this project is to provide a front-end for every huskyCI user to check the stats of the analyses done. If you don't know yet what huskyCI is, check it out here.
If you don't have Node installed in your environment, follow the instructions here for your correspondent OS.
npm install -g yarn
After cloning this repository, simply run these commands inside huskyCI-dashboard's folder:
make install
echo 'export REACT_APP_HUSKYCI_FE_API_ADDRESS="http://127.0.0.1:8888"' > .env
echo 'SKIP_PREFLIGHT_CHECK=true' >> .env
source .env
After installing, an .env file with instructions to huskyCI-dashboard should be generated:
make run
Please read CONTRIBUTING.md for details on our code of conduct and the process of submitting pull requests to huskyCI-dashboard.
This project is licensed under the BSD 3-Clause "New" or "Revised" License - read LICENSE.md file for details.