Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 680 Bytes

Forest VR

A relaxing 3D/VR experience created with A-FRAME and THREE.JS.

Example

See it in action here

Installation

First make sure you have Node installed.

If not get it on 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.