About
This project is a collection of examples and templates for working with Svelte in a number of situations that commonly arise when making D3 graphs, scrollytelling webpages and other kinds of content we often produce.
It is meant to be a continuous work in progress
Running the project
-
Install dependencies with
npm install
oryarn
-
Start the dev server with:
npm run dev
or or start the server and open the app in a new browser tab withnpm run dev -- --open
-
Note that there might be bugs
π . If you encounter issues, try to restart the project and refresh the page.