Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 507 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 507 Bytes

Apequery

Query explorer for Apebase

apequery

Demo

Try here: https://ape.offbase.org

Quickstart

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