A simple and straightforward markdown editor that stores your markdown files in the browser's local storage.
- React
- TypeScript
- TailwindCSS
- Vite
To Run locally
-
Clone the Repo and
cd
into it -
Install dependencies
`npm install`
-
Run the server with
`npm run dev`