focalboard/website/README.md
2021-01-11 11:33:53 -08:00

362 B

Matternote website

Website for Matternote, 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