Secure secret and file sharing using WebRTC.
Before starting please ensure that you have both Elixir and Yarn installed.
To quickly set up all dependencies needed by both the server and the client run:
$ mix setup
To then run the app, run either:
$ mix phx.server
or
$ iex -S mix phx.server
to get an interactive IEx session.
Have fun!