Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 704 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 704 Bytes

App Screenshot

Nostalgia

Small Progressive Web App to store your notes made in Svelte.

Live

https://konradlinkowski.github.io/Nostalgia

Installation

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.

Building and running in production mode

To create an optimised version of the app:

yarn build

License

This project is MIT licensed