Startuplanding
WelcomeGetting StartedAvailable ScriptsNextjs VersionGatsby VersionProject StructureMail IntegrationDeployment
SEO and Analytics

Nextjs Version

"scripts": {
"dev": "next dev",
"build": "next build",
"serve": "next start",
"export": "next export",
"postbuild": "next-sitemap"
},

Gatsby Version

"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
}