git clone git@github.com:madmaniak/pro <your_project> -o pro
# create an empty repo on github or somewhere else and:
git remote add origin git@github.com:<user>/<your_project>.git
git push -u origin master
Checkout tools subdirectories and read there about dependencies. It takes about 30 minutes to install all of them.
Install Vagrant (v1.8.1 or greater). If you've tried to install stuff manually make sure there is no node_modules
directory in tools/webpack
and tools/primus
.
vagrant up
vagrant ssh
cd /vagrant
foreman start
Visit http://localhost:3000.
git pull pro master
git push