Simple Electron application to convert docx files to markdown format
# 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