Skip to content

Website for Moz VR. Blog posts, demos, tools, etc! Built with Wintersmith.

Notifications You must be signed in to change notification settings

mrG7/mozvr-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MozVR.com

Source for the MozVR.com site, built using the Wintersmith static site generator.

Installation

To install the Node dependencies:

npm install

Development

To generate a build of the site running on a local server:

gulp preview

To generate a build of the site in the build/ directory, ready to be uploaded to a server:

gulp build

Note: To review the build output, run a local server (e.g., http-server) from the build/ directory after wintersmith build completes. Simply loading build/index.html in the browser will not work, as relative paths break (e.g., /css/, /images/, etc.).

About

Website for Moz VR. Blog posts, demos, tools, etc! Built with Wintersmith.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.0%
  • HTML 13.6%
  • CSS 8.6%
  • CoffeeScript 1.8%