At the moment this provides functionality to convert from .docx into both .html and .json files. It's not perfect. Garbage in, expect garbage out.
Add or remove files from the files/ directory for them to be converted. It will ignore hidden files and non-.docx files.
- run
nvm use(get nvm if you don't have it) - run
npm install(get npm if you don't have it) - run
npm run start - results are outputted to
output/*.htmlandoutput/*.json