A preconfigured SvelteKit skeleton app with Netlify CMS
The sveltekit-netlify-cms is a SvelteKit skeleton app that comes pre-configured with Netlify CMS. It is designed to easily integrate a CMS (Content Management System) into a SvelteKit project. The Netlify CMS is set up to directly edit Markdown (.md) files in the /routes/ directory, which are preprocessed by mdsvex.
To install the sveltekit-netlify-cms app, follow these steps:
Download the repository and navigate to the project directory.
Install the project dependencies by running the following command:
npm install
Alternatively, you can use pnpm install
or yarn
depending on your preferred package manager.
Once the dependencies are installed, start a development server by running the command:
npm run dev
This will start the SvelteKit development server and allow you to preview the app locally.
The sveltekit-netlify-cms is a SvelteKit skeleton app that provides an easy way to integrate Netlify CMS into a SvelteKit project. With features like Netlify CMS integration, Markdown editing, and a responsive development environment, this app offers a seamless development experience for building content-driven web applications.