Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

sveltejs/sapper-legacy.svelte.dev

Repository files navigation

sapper-legacy.svelte.dev

The legacy website for Sapper, built with Sapper.

Note

This is the repo for the old site. The new site, for versions of Sapper compatible with Svelte v3, lives in the site directory of the main Sapper repo.

Running locally

Set up the project:

git clone [email protected]:sveltejs/sapper.svelte.technology.git
cd sapper.svelte.technology
npm install # or npm ci

Start the development server with npm run dev and navigate to localhost:3000.

License

MIT