Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 239 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 239 Bytes

Season Temperature Map

A map of temperatures at the change of seasons using Svelte and D3.js.

To run the project, first install dependencies:

npm install

Then kick off the development server with Parcel:

npm run dev