A toy Vue application to copy TeX source of basic discrete math formulas to clipboard.
Based on the "Reference Formulas" section of Discrete Mathematics with Applications (4th edition) by Susanna S. Epp.
discrete-math-ref-usage.mov
Clone the repository:
git clone [email protected]:rivea0/discrete-math-ref.git
cd
into it:
cd discrete-math-ref
Install dependencies:
npm install
Run the server:
npm run dev
MIT