An easy-to-use markdown editor built with electron.js and next.js
-
Nextron: A starter framework with a mixture of electron.js and next.js
-
TypesScript: A typed super set of javaScript
-
TailwindCSS: A utility first CSS framework
-
CodeMirror: A extensible code editor component
-
remark-gfm: A plugin to support Github Flavored Mardown
-
react-markdown: A React component for rendering markdown.
-
Git clone this repo
-
Install all dependencies
npm i or npm install -
Run the development server
npm run dev -
Build for production
npm run build