- Clone this repository into the www directory of your local server, MAMP for example, so that the URL to this site will be
http://localhost/rwd-landingpage
. - Install NPM and the Gulp CLI globaly.
- Navigate to the
_config
folder of this repository with your favorite console or terminal and typenpm install
, this will install all dependencies. - Now type
gulp
to start the gulp watch process to compile SCSS and JS as well as reloading your browser when something changes. WithCtrl + C
you can stop the watch task.
- The branch
master
contains the live version of the site. - The branch
dev
contains the current development state of the site. - Everyone working on this site does this on their own branch
person/<name>
or on a dedicated feature branch. - Wehen a feature or module is finished its either merged back into
dev
or a pull/merge request to merge it intodev
is created and assigned to someone who can handle possible conflics.