Setting up a development environment for Sync consists of cloning the main repository and running a make. Before you do this make sure you have:
Then run:
$ hg clone http://hg.mozilla.com/services/server-full
$ cd server-full
$ make build
Once this is done, you can do a sanity check by running all tests:
$ make test