A recreation of the Skillshare React CardRow
component (sort of), built in svelte.
Clone this repo and then...
# install the project dependencies
npm init
To run a local development instance of this project
npm run dev -- --open
Your browser should be opened to http://localhost:3000
with the project running