template-sveltekit-md-docs is designed to be a template for users to edit and adapt to their own use case.
To get started clone the repo from github:
git clone https://github.com/magicalpuffin/template-sveltekit-md-docs.git
Install all packages:
- You can use a different directory and package package manager
cd template-sveltekit-md-docs
pnpm install
Run the SvelteKit site in dev mode:
pnpm run dev
Build the SvelteKit site:
- This template uses the cloudflare adapter to make this template self documenting
pnpm run build