1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-07 19:30:18 +02:00
focalboard/website/Makefile
2021-01-07 14:12:26 -08:00

9 lines
151 B
Makefile

.PHONY: dist
dist:
rm -rf ./dist
hugo -s site --destination ../dist/html
.PHONY: run
run:
hugo server --buildDrafts --disableFastRender -F -s site