data-dancers / data-dancers.github.io

The website
https://data-dancers.github.io/
0 stars 0 forks source link

Data Dancers Website

The website

To run

Hugo is a golang project! If you don't have go, install it here according to your system specs:

hugo installatin instructions

Local server

To start the local development server with live reloading:

hugo serve -D

The -D parameter means it will include "draft" pages. It is kind of optional but good to include.