Web app with real time preview Markdown text. Created to learn Svelte framework.
Open your terminal and run below commands. Then go to localhost:5000 and start using my editor..
git clone https://github.com/kstawinski/markdown-editor.git
cd markdown-editor
npm install
npm run dev