1
1
mirror of https://github.com/varkor/quiver.git synced 2024-09-11 05:46:13 +03:00

Add Makefile and include building instructions in README

Adds a Makefile to make building the project simple.
This commit is contained in:
cartesiancat 2019-05-11 13:18:07 +00:00 committed by varkor
parent 3878a7ae32
commit 9fad6c6146
2 changed files with 19 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: all
.ONESHELL:
all:
git submodule update --init --recursive
cd src/KaTeX
yarn
yarn build

View File

@ -23,6 +23,18 @@ A graphical editor for commutative diagrams that exports to tikz-cd.
- Panning.
- Support for custom macro definitions.
## Building
Make sure you have [installed yarn](https://yarnpkg.com/lang/en/docs/install/).
Clone the repository. Run:
```
make
```
Open `src/index.html` in your favourite web browser.
If that doesn't work, [open an issue](https://github.com/varkor/quiver/issues/new) detailing the
problem.
## Screenshots
The interface: