focalboard/website/README.md
Chen-I Lim e4c375747e Naming
2021-01-21 11:43:21 -08:00

22 lines
362 B
Markdown

# Matterdeck website
Website for Matterdeck, built using [Hugo](https://gohugo.io/).
## How to build
1. Follow [Hugo documentation](https://gohugo.io/getting-started/installing/) to install Hugo
```bash
# Eg. for Mac OS X
brew install hugo
```
2. Start the development server
```bash
make run
```
3. Go to http://localhost:1313 to see the running server