1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-15 09:14:11 +02:00
focalboard/website/README.md

22 lines
362 B
Markdown
Raw Normal View History

2021-01-26 19:49:49 +02:00
# Focalboard website
2021-01-08 00:12:26 +02:00
2021-01-26 19:49:49 +02:00
Website for Focalboard, built using [Hugo](https://gohugo.io/).
2021-01-08 00:12:26 +02:00
## 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