CovenantScan is CovenantSQL's main chain explorer, mainly provides chain status, block producers status, blocks and transactions, etc. cqli acts as an interactive client for the chain in CovenantScan.
For local development:
yarn install
yarn dev
CovenantScan now is runing as a single page application host on Github Page, run ship script as following for deployment.
./ship.sh
Credit goes to handy VueJS and its ecosystem.
MIT