Create a new branch and work in this branch
run npm install
Intalls the dev dependencies
gulpRunning these two commands will install the dev dependencies mentioned in package.json. It will also launch the site with a localhost.
Note: Both the commands might take several minutes to execute.
gulp cleanIt will clean the dist folder, including the image cache.
To only delete the dist contents and keep the images run clean:dist
gulp buildThis will rebuild the dist folder.
Note: Do not merge your branch with the master as conflicts might arise. Instead create a pull request(Hint; Create pull request from the github repository page)
I have implemented a lightweight flexbox grid. Read the documentation from this website flexboxgrid.com