Skip to content

kparc/ref

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bc6981 · Jul 7, 2022
Jul 17, 2019
Jul 12, 2019
Oct 3, 2019
Jun 16, 2019
Jul 6, 2019
Jul 6, 2019
Jun 16, 2019
Jul 17, 2019
Jul 7, 2022
Jul 7, 2022
Jun 16, 2019

Repository files navigation

unofficial k reference card

features

  • build script that produces static html
  • server-side markdown render
  • links to \h in markdown (you can even use regexp)
  • \h is loaded from the latest k binary at the build time
  • pug template engine for html
  • minified css and client-side javascript
  • themes (click kei_logo.svg for now. if you find a better place for this button - put it there)

how to run

npm i
npm run build

and serve the ./build/ directory over http