vsyw / vr-website

Personal Website for Potforlio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Personal VR website

Built with WebVR scenes using Mozilla A-Frame boilerplate

Getting Started

First make sure you have Node installed.

On Mac OS X, it's recommended to use Homebrew to install Node + npm:

brew install node

To install the Node dependencies:

npm install

Local Development

To serve the site from a simple Node development server:

npm start

Then launch the site from your favourite browser:

http://localhost:3000/

If you wish to serve the site from a different port:

PORT=8000 npm start

License

This program is free software and is distributed under an MIT License.

About

Personal Website for Potforlio

License:MIT License


Languages

Language:JavaScript 90.6%Language:HTML 8.6%Language:CSS 0.9%