focalboard/website
Chen-I Lim e4c375747e Naming
2021-01-21 11:43:21 -08:00
..
site Naming 2021-01-21 11:43:21 -08:00
.editorconfig Hugo website 2021-01-07 14:12:26 -08:00
.gitignore Hugo website 2021-01-07 14:12:26 -08:00
Makefile Naming 2021-01-21 11:43:21 -08:00
README.md Naming 2021-01-21 11:43:21 -08:00

Matterdeck website

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