Skip to content

An easy to use GUI for making LaTeX typeset cookbooks and recipes. Developed using Electron and Vue.js.

License

Notifications You must be signed in to change notification settings

ththarkonen/cookbook-maker

Repository files navigation

Cookbook maker

An easy to use GUI for typesetting cookbooks in LaTeX. Installers can be found under build/installers. To function, the software needs appropriate LaTeX build tools which are most easily obtained by installing TeXLive from: https://www.tug.org/texlive/acquire-netinstall.html

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.