Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 544 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 544 Bytes

Xr

This repo contains a book (work in progress) for a Guide to creating a multiplayer VR website using in Babylon.js, Phoenix/Elixir and WebRTC.

The book is written within and along side this code repository.

Setup Instructions

After downloading this repository.

Start postgres in docker container. Requires docker and docker-compose.

docker-compose up -d

Create DB

mix ecto.reset

Download npm using nvm. Requires nvm installed first.

use nvm

Start server with

iex -S mix phx.server