forked from forks/qmk_firmware
6 lines
129 B
Bash
Executable file
6 lines
129 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
|
|
yarn install
|
|
DEBUG='vitepress:*,vite:*' yarn run docs:dev
|