The website for Svelte.
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.