Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 467 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 467 Bytes

Edgar

A web-based VR experience using Cardboard.

🔧 Requirements

Apache server

$ sudo apt-get update
$ sudo apt-get install apache2

Node.js

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

🚀 Installation

Clone the project and put it inside your Apache folder: /var/www/public by default.

$ cd <Apache folder>/Edgar

$ npm install

$ npm run build