1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-05-31 23:09:44 +02:00
rustlings/website/justfile

6 lines
117 B
Makefile
Raw Normal View History

2025-05-16 21:08:29 +02:00
zola:
zola serve --open
tailwind:
2025-05-16 23:11:08 +02:00
fnm exec --using latest npx @tailwindcss/cli -w -i input.css -o static/main.css