This is an example project using Stackbit and Svelte Kit.
Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openStackbit is a framework-agnostic visual content editor. The recommended method for local development is to install the CLI tool, which allows you to run Stackbit on any project as long as it has a 'stackbit.config.js' file in the project's root directory. If you haven't already, install the CLI tool globally:
npm install -g @stackbit/cli@latestTo edit the site using Stackbit, go to the root directory of this project and run:
stackbit dev