Gatsby
Documentation
Quickstart
Installation
npm init --yes gatsby
Configuration
Use the default configuration.
Deployment
Build
npm run build
Preview
npx --yes serve@latest public
Deploy
npx --yes bunny-launcher@latest --interactive
npm init --yes gatsby
Use the default configuration.
npm run build
npx --yes serve@latest public
npx --yes bunny-launcher@latest --interactive