Read the announcement blog post here:
Pixelpusher: Real-time peer-to-peer collaboration with React
https://github.com/automerge/pixelpusher/releases
A Mac .dmg and Windows installer are available. These are hand built at the moment.
# Install latest node. I'm using 9.2.1
brew install yarn
brew install openssl
yarn
export CPPFLAGS=-I/usr/local/opt/openssl/include
export LDFLAGS=-L/usr/local/opt/openssl/lib
yarn start
You can start additional clients by setting CLIENT_ID
(default: 0):
CLIENT_ID=1 yarn start
If you want to edit the CSS, for now, start the css watcher separately:
yarn run css
Join the Automerge Slack community
There is a #pixelpusher channel. Come share your artwork and ask us about the code!