Skip to content

Melonai/rook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♜ 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!