focalboard/website
Jesús Espino e7849ce3ac
Merge pull request #80 from mantlecurve/patch-1
updated the document to include `dbtype` in dbconfig
2021-03-18 11:38:43 +01:00
..
site Merge pull request #80 from mantlecurve/patch-1 2021-03-18 11:38:43 +01:00
.editorconfig Hugo website 2021-01-07 14:12:26 -08:00
.gitignore Hugo website 2021-01-07 14:12:26 -08:00
Makefile Website: https protocol 2021-01-28 15:10:40 -08:00
README.md Product name 2021-01-26 09:49:49 -08:00

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