Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 397 Bytes

readme.md

File metadata and controls

30 lines (22 loc) · 397 Bytes

docserver

serves docs. like dash/zeal, but in a browser

obtaining docs

put dash/zeal-type docs in /docsets, and edit docsetOpts in query.js (which should really be a yaml cfg file)

running

backend

npm i
npm run dev

frontend

cd frontend
npm i
# this should really be in webpack pipeline
node src/gentype.js
npm run build