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.
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