/mozvr-site

Mozilla VR site

Primary LanguageCSSMIT LicenseMIT

Mozilla VR Site

Source for Mozilla VR site: https://vr.mozilla.org/

Installation

  1. Clone the repo:

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

    npm install

Development

Serve the site from the simple server:

npm run dev

Then launch the site from your favorite 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