focalboard/website
2021-03-18 06:32:06 +00:00
..
site fix a typo in the contribution guidelines 2021-03-18 06:32:06 +00:00
.editorconfig
.gitignore
Makefile
README.md

Focalboard website

Website for Focalboard, built using Hugo.

How to build

  1. Follow Hugo documentation to install Hugo
# Eg. for Mac OS X
brew install hugo
  1. Start the development server
make run
  1. Go to http://localhost:1313 to see the running server