项目作者: NearCloser

项目描述 :
my blog built with Gatsby and MDX
高级语言: JavaScript
项目地址: git://github.com/NearCloser/simple-blog.git
创建时间: 2020-12-12T01:15:17Z
项目社区:https://github.com/NearCloser/simple-blog

开源协议:BSD Zero Clause License

下载


Gatsby blog built with Gatsby and MDX and Tailwindcss

https://near-closer0215.netlify.app/

  1. "scripts": {
  2. "build": "gatsby build",
  3. "dev": "gatsby develop",
  4. "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
  5. "start": "npm run develop",
  6. "serve": "gatsby serve",
  7. "clean": "gatsby clean"
  8. },