mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 18:06:07 +01:00
The new Postcard format is CSS only, which is much easier on processors, and much easier to produce!
3 lines
115 B
Bash
3 lines
115 B
Bash
#!/bin/bash
|
|
mkdir -p static/js/
|
|
curl -L -o static/js/mermaid.js "https://unpkg.com/mermaid@10/dist/mermaid.min.js"
|