Open a terminal and...
cd ~/wherever-you-want-it
git clone https://github.com/bppwrite/bppwrite.github.io.gitNow you have all of the source code for the site.
Checkout the dev branch. All developement is based on this branch.
git checkout devRun hugo and serve the site locally. Open a terminal and...
cd ~/wherever-you-cloned-it
hugo serverNow hugo is running and serving your site locally.
See the CONTRIBUTING document
This set of steps can be ignored unless you're changing Sass or JavaScript files. If you are, see CONTRIBUTING-DEV. If you're looking to change website content (page copy, images, etc.), see above.