Skip to content

automerge/pixelpusher

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pixelpusher

Read the announcement blog post here:

Pixelpusher: Real-time peer-to-peer collaboration with React

Downloadable releases

https://github.com/automerge/pixelpusher/releases

A Mac .dmg and Windows installer are available. These are hand built at the moment.

Installation from source

# 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

pixelpusher

Slack

Join the Automerge Slack community

There is a #pixelpusher channel. Come share your artwork and ask us about the code!