/blog-gatsby-starter-morning-dew

https://github.com/maxpou/gatsby-starter-morning-dew

Primary LanguageHTMLMIT LicenseMIT

blog-gatsby-starter-morning-dew

https://github.com/maxpou/gatsby-starter-morning-dew


Gatsby CLI

# インストールまたはアップデート
$ npm i -g gatsby-cli

Starter

$ gatsby new blog https://github.com/maxpou/gatsby-starter-morning-dew
$ cd blog
$ gatsby develop
# working locally
$ npm run dev

# generate build
$ npm run build

# format code
$ npm run format

# lint code
$ npm run lint

# Generate generate post preview images (npm run dev need to run before)
$ npm run generatePostPreviewImages