This project was created by Obisike Treasaure. It is a Vue3 project that provides a simple markdown editor to facilitates creation and markdowns and saving of files to the localstorage system.
- markdown-editor
- download document
- save to local
- drafting
To run this application, you need to pull this code from the repository, install the depedencies using
npm install
or yarn
Once this is complete, you can then run the application using
npm run dev
or yarn dev