Skip to content

ilyabo/collaborative_drawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollaborativeDrawing

A collaborative map drawing app built using the Phoenix Framework and deck.gl.

LIVE DEMO – Try opening in two browser windows

Running locally

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Install JS deps: cd assets && yarn && cd ..
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Deploying

Check Phoenix deployment guides.