buhrmi / sveltekit-netlify-cms

A preconfigured SvelteKit skeleton app with Netlify CMS

Home Page:https://sveltekit-netlify-cms.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sveltekit-netlify-cms

A SvelteKit skeleton app with Netlify CMS living in /admin. Netlify CMS is configured to directly edit /routes/*.md files, which are preprocessed by mdsvex.

Deploy to Netlify

Demo

Developing

Once you've downloaded this repo 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

Building

To create the production version of your app, run:

npm run build

You can preview the built app with npm run preview. However, this should not be used to serve your app in production.

About

A preconfigured SvelteKit skeleton app with Netlify CMS

https://sveltekit-netlify-cms.netlify.app


Languages

Language:HTML 43.9%Language:JavaScript 43.5%Language:Svelte 12.6%