Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 363 Bytes

File metadata and controls

24 lines (16 loc) · 363 Bytes

WayVR Website

wayvr.org

Development

Run locally with Hugo extended (SCSS support):

hugo server -D

Build for production:

hugo

The site uses the hugo-book theme as a git submodule. Initialize submodules after cloning:

git submodule update --init --recursive