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
Clone the project:
git clone git@github.com:git-no/sveltekit-contentlayer-example.git
Install dependencies:
npm install
Generate just content
npm run build:content
Generate content & site
npm run build
Run dev server:
npm run dev -- --open