An encrypted photo sharing service.
-
Install node per your OS specifications
-
Install Meteor (Link)
curl https://install.meteor.com | sh
(Mac/Linux command)
-
Download Repo to your home folder
git clone https://github.com/kmeyerhofer/photo-share.git ~/photo-share
-
Run the server with the command
meteor
within thephoto-share
directory.