mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
.. | ||
site | ||
.editorconfig | ||
.gitignore | ||
Makefile | ||
README.md |
Focalboard website
Website for Focalboard, built using Hugo.
How to build
- Follow Hugo documentation to install Hugo
# Eg. for Mac OS X
brew install hugo
- Start the development server
make run
- Go to http://localhost:1313 to see the running server