Create a new branch and work in this branch
run npm install
Intalls the dev dependencies
gulp
Running 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 clean
It will clean the dist folder, including the image cache.
To only delete the dist contents and keep the images run clean:dist
gulp build
This 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