mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 12:22:16 +00:00
15 lines
275 B
Makefile
15 lines
275 B
Makefile
licenses:
|
|
cargo about generate about.hbs > crates/frontend/public/assets/licenses.html
|
|
|
|
frontend-dev:
|
|
cd crates/frontend/js-components && deno task dev
|
|
|
|
frontend-build:
|
|
cd crates/frontend/js-components && deno task build
|
|
|
|
docs:
|
|
mkdocs build
|
|
|
|
docs-dev:
|
|
mkdocs serve
|