logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

start-docs.sh (129B)


  1. #!/usr/bin/env bash
  2. cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
  3. yarn install
  4. DEBUG='vitepress:*,vite:*' yarn run docs:dev