Skip to content

leereilly/mozvr-site

 
 

Repository files navigation

Mozilla VR Site

Source for Mozilla VR site: http://mozvr.com/

Installation

  1. Clone the repo:

    git clone git@github.com:MozVR/mozvr-site.git && cd mozvr.com
  2. Install the Node dependencies:

    npm install

Development

Serve the site from the simple server:

npm run dev

Then launch the site from your favourite browser:

http://localhost:9090/

If you'd like, you can serve the site from a different port:

PORT=8000 npm run dev

To push your changes to the repo:

git pull --rebase
git push

Deployment

To deploy the site to GitHub Pages:

npm run deploy

To deploy the site to your GitHub Pages (e.g., https://your_username.github.io/mozvr-site/):

npm run deploy your_username

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.1%
  • CSS 10.9%
  • HTML 10.8%
  • ApacheConf 0.2%