/svelte.technology

The Svelte website

Primary LanguageHTMLMIT LicenseMIT

The website for Svelte.

Running locally

This project uses yarn to manage dependencies.

Set up the project:

git clone git@github.com:sveltejs/svelte.technology.git
cd svelte.technology
yarn

Run Rollup in watch mode with yarn run dev, start the server in a separate terminal with yarn start, and navigate to localhost:3000.

License

MIT