Query explorer for Apebase
Try here: https://ape.offbase.org
First, clone this repository:
git clone https://github.com/skogard/apequery
Second, go into the downloaded apequery
folder and install dependencies:
npm install
Third, download Apebase into public
folder:
npm run sync
Finally, start the server:
npm start