# Using CSS selectors on Markdown in JS This is a source code repository for the blog post ## Setup ```bash git clone https://git.peterbabic.dev/demo/arrays-svelte-localstorage.git cd arrays-svelte-localstorage npm install npm run start ``` Now navigate to . You should be able to persist data in the array after the refresh, as seen below. ![Data in the array persist after refresh](./demo.gif) ## License MIT