Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 501 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 501 Bytes

♜ Rook

Secure secret and file sharing using WebRTC.

Running locally

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!