gatsby
Installation
SKILL.md
Gatsby
React-based framework for building fast, static and dynamic websites with a unified GraphQL data layer.
Quick Start
# Create new project
npm init gatsby my-site
cd my-site
npm run develop
# Or with specific options
npm init gatsby -- -y my-site