A zero-knowledge cryptpad-inspired event invitation system.
Apologies for the poor documentation, this is a work in progress as at June 2019.
There are 2 pieces to this. app/ is a frontend create-react-app based React app built with TypeScript. server/ is a backend data storage app, also built with TypeScript, using nedb for simple storage locally on disk.
You need git, yarn and node to get this running.
On a mac, install homebrew. Then:
- Open Terminal
brew install yarn- Go to the directory where you want to install
cryptparty git clone https://github.com/chmac/cryptparty.gitgcd cryptpartycd serveryarnyarn start- Now open a second terminal and go to the
cryptpartyfolder cd appyarnyarn start
Now you should have this running locally.