2023-03-01 15:35:31 +09:00
|
|
|
.PHONY: build
|
|
|
|
build:
|
|
|
|
npx @marp-team/marp-cli README.md -o dist/index.html
|
2024-02-01 00:35:21 +09:00
|
|
|
npx @marp-team/marp-cli README.md --pdf --output dist/intro-to-hasura.pdf
|
2023-03-01 15:35:31 +09:00
|
|
|
rsync -av assets/ dist/assets/
|