Sync - sync.chile.sh
Encrypted message sharing tool. No account required.
- Node 12+ with Yarn
- Redis
git clone git@github.com:chile-sh/sync.git
cd sync && yarn
# Modify with your own env vars
cp .env.example .env
yarn start
# pm2 deploy {env} {command}
pm2 deploy production setup # if setting up a new instance
pm2 deploy production update
yarn test
GNU General Public License v3.0