git clone YourProject https://github.com/avidsapp/gatsby-landing-starter.git
cd YourProject
yarn install
gatsby develop
- Edit the export object in
data/SiteConfig
. - Replace the background image in
/static/images
if you would like a background image. Comment out line in/src/components/layout.css
if you don't want a background. - Replace the logos in
/src/images/logos
and/static/images/logos
.