focalboard/website
Justine Geffen 1349e3b50b
Update _index.md (#573)
* Update _index.md

Added install steps, light formatting changes.

* Update website/site/content/guide/user/_index.md

* Update website/site/content/guide/user/_index.md

* Update _index.md

Removed "Enabling Focalboard" as it's been moved to a different section.
2021-06-21 16:11:05 +02:00
..
site Update _index.md (#573) 2021-06-21 16:11:05 +02:00
.editorconfig
.gitignore
Makefile
README.md

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