Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.07 KB

to markdown travis ci badge

Description

Simple Electron application to convert docx files to markdown format

Screenshot

Build Setup

# install dependencies
yarn install

# serve electron app on dev environment with devTools
yarn run dev

# build electron application for production
yarn run build

# run unit & end-to-end tests
yarn test

# lint all JS/Vue component files in `src/`
yarn run lint