Small Progressive Web App to store your notes made in Svelte.
https://konradlinkowski.github.io/Nostalgia
git clone https://github.com/KonradLinkowski/Nostalgia.git
cd Nostalgia
yarn
...then start Rollup:
yarn dev
Navigate to localhost:5000. You should see your app running.
To create an optimised version of the app:
yarn build
This project is MIT licensed