We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44029ca commit fd8968dCopy full SHA for fd8968d
Makefile
@@ -1,5 +1,9 @@
1
ADDLICENSE ?= go run -modfile hack/tools/go.mod github.com/google/addlicense
2
3
+ifeq ($(shell command -v yarn && echo yes),)
4
+ $(error "Yarn (and node) must be installed")
5
+endif
6
+
7
.PHONY: serve
8
serve:
9
echo "Open docs at: http://localhost:1313"
README.md
@@ -5,6 +5,8 @@
- [Hugo](https://github.com/gohugoio/hugo)
- macOS: `brew install hugo`
- Windows: `choco install hugo-extended -confirm`
+- [Node](https://nodejs.org/en/)
+- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)
10
11
## Serve
12
0 commit comments