https://github.com/yungvldai/dbmc
git clone https://github.com/yungvldai/diploma
cd diploma
npm install
java, xelatex and biber are also needed.
npm run build
builds production version of main document, including TOC, sources and references;npm run build-dev
builds development version of main document only;npm run watch
runs watcher, which observe changes in folderssrc/
andlib/
, it runsfast-rebuild
document on change.npm run release
builds document, merges all of pdfs, creates release commit and tag, then pushes to remote.npm run clean
cleansbuild/
anddocument/
. Use in emergencies.