I'm LekoArts and I create starters for Gatsby.js.
If you're a designer (and front-end developer) like me or a photographer you'll enjoy my Gatsby projects as those two groups are the target audience. You can bootstrap your personal project quick & easy with my minimalistic and fast starters.
Make sure that you have Node.js and node-gyp installed on your system. In order to use npx you'll need to have an up-to-date npm version installed.
$ npx gatsby new [DIRECTORY_NAME] [GITHUB_REPO_URL]
Go into the newly created directory:
$ cd [DIRECTORY_NAME]
Start the development server:
$ npm run develop