mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-07 19:30:18 +02:00
9 lines
151 B
Makefile
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
|