Skip to content

git-no/sveltekit-contentlayer-example

Repository files navigation

SvelteKit Contentlayer Example

Demo

Demo of an effective markdown driven website, with a minimum of code needed, cause of very useful Contentlayer, mdsvex and of course SvelteKit.

View the deployed small project: Demo

Try it Now

Gitpod ready-to-code

Local Installation

Clone the project:

git clone git@github.com:git-no/sveltekit-contentlayer-example.git

Install dependencies:

npm install

Generate content & site

Generate just content

npm run build:content

Generate content & site

npm run build

Run dev server:

npm run dev -- --open