Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 874 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 874 Bytes

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