mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-11 08:46:21 +00:00
13 lines
268 B
YAML
13 lines
268 B
YAML
|
|
tasks:
|
|
- init: pip install -r requirements.txt
|
|
- command: mkdocs serve
|
|
ports:
|
|
- port: 8000
|
|
onOpen: notify
|
|
vscode:
|
|
extensions:
|
|
- yzhang.markdown-all-in-one
|
|
- davidanson.vscode-markdownlint
|
|
- bpruitt-goddard.mermaid-markdown-syntax-highlighting
|