Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joycellu authored Jun 24, 2024
1 parent 8603eca commit 3fbbcd4
Showing 1 changed file with 3 additions and 40 deletions.
43 changes: 3 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,4 @@
# A Svelte Template for Interactive Articles with Svelte

For UCSD dataviz course: [https://dsc106.com/](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.


### Getting Started
To get started, first clone this repository. Then:

```
# install dependencies
npm istall
```

Then run development version:

```
npm run dev
```

To build for prod:

```
npm run build
```


### Deploying to GitHub Pages

Follow the steps in this README: [https://github.com/sitek94/vite-deploy-demo](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**":
Final Project for DSC106 at UCSD.
Authors: Joyce Lu, Monica Dai, Henry Xu

Introducing k-nearest neighbors and how it can be used for handwritten digit classification using the MNIST dataset with visualizations created using D3.js.

0 comments on commit 3fbbcd4

Please sign in to comment.