focalboard/website
Justine Geffen 50e4305a92
Update _index.md (#1560)
Some rewording and formatting changes to align with our product docs.
2021-10-14 08:38:01 -07:00
..
site Update _index.md (#1560) 2021-10-14 08:38:01 -07: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 docker: fix docker file image and apply some good practices (#552) 2021-07-01 11:46:03 +02:00

Focalboard website

This folder is used to manage the website at focalboard.com. It was built using Hugo.

How to contribute

You're welcome to submit pull requests for typos, minor corrects and additions, troubleshooting tips to install guides and other incremental improvements.

For larger changes, such as adding an install guide for a different platform, please create a feature request ticket to discuss.

How to build locally

If you're interested in building the website locally from this repo using Hugo, please use the following steps:

  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