For UCSD dataviz course: https://dsc106.com/.
This is a starter template to build an interactive article using Svelte.
It comes with some built-in features:
- Responsiveness
- Support for browser-rendered math equations
- Scrollytelling built-in
- An example of a responsive, d3 + svelte visualization.
To get started, first clone this repository. Then:
# install dependencies
npm install
Then run development version:
npm run dev
To build for prod:
npm run build
Follow the steps in this README: https://github.com/sitek94/vite-deploy-demo.
Note that this is a Vite repo, so you may start at the header titled, "Create a new GitHub repository":