盖茨比+宇宙
此仓库包含一个示例博客网站,该网站由和构建。
使用
先决条件
节点(我建议使用v8.2.0或更高版本)
安装
# Make sure that you have the Gatsby CLI program installed
npm install --global gatsby-cli
# run from your CLI
gatsby new gatsby-example-blog https://github.com/cosmicjs/gatsby-blog-cosmic
盖茨比极简启动器
:rocket: 快速开始
创建一个Gatsby网站。
使用Gatsby CLI创建一个新站点,并指定最小的启动器。
# create a new Gatsby site using the minimal starter
npm init gatsby
开始开发。
导航到新站点的目录并启动。
cd my-gatsby-site/
npm run develop
打开代码并开始定制!
您的站点现在在!
编辑src/pages/index.js以实时查看您的网站