apply review

This commit is contained in:
inductor
2020-08-07 01:54:08 +09:00
parent 3f7f7f7b8e
commit 28209e0b00
+3
View File
@@ -12,6 +12,7 @@ You can run the website locally using Hugo (Extended version), or you can run it
To use this repository, you need the following installed locally:
- [npm](https://www.npmjs.com/)
- [Go](https://golang.org/)
- [Hugo (Extended version)](https://gohugo.io/)
- A container runtime, like [Docker](https://www.docker.com/).
@@ -48,6 +49,8 @@ Make sure to install the Hugo extended version specified by the `HUGO_VERSION` e
To build and test the site locally, run:
```bash
# install dependencies
npm ci
make serve
```