This is my boiler plate for Svelte Kit front ends. It adds to create svelte@latest:
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 -- --open
Stackbit 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@latest
To edit the site using Stackbit, go to the root directory of this project and run:
stackbit dev