mirror of
https://github.com/marktext/marktext.git
synced 2025-05-04 13:20:07 +08:00
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
dark-modeeditorelectronelement-uiemojifocus-modelatexlinuxmacmacosmarkdownmarktextnext-generationsource-codetypewriter-modevuewindows
.electron-vue | ||
.github | ||
build/icons | ||
dist | ||
src | ||
static | ||
test | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
TODO.md |
aganippe
A high-efficiency and minimal markdown editor
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint