Begin a new Stackbit project or learn to add Stackbit to an existing site.
Get up and running quickly by running the following command:
npx create-stackbit-app [project-name]
Then change into [project-name]
directory (default: my-stackbit-site
) and start the Next.js dev server and Stackbit local dev in separate terminal tabs/windows.
cd [project-name]
npm run dev
# in a separate tab/window
npm run stackbit-dev
Follow the getting started tutorial while running this project locally to get a feel for how Stackbit works.
Or jump to individual topics in the docs.
Join us on Discord for community support and to provide feedback to us.