This repository contains various experiments and examples built with SvelteKit, exploring different features and best practices.
- Pagination Experiment - Demonstrates pagination using search params and SvelteKit's
loadfunction.
Clone the repository and install dependencies:
git clone [email protected]:simon-lund/sveltekit-experiments.git
cd sveltekit-experiments
pnpm installStart a development server:
pnpm dev