jonorthwash / ud-annotatrix

GNU General Public License v3.0
59 stars 49 forks source link

Merge notatrix #436

Closed keggsmurph21 closed 3 years ago

keggsmurph21 commented 3 years ago

Move everything from keggsmurph21/notatrix into the project.

This isn't perfect, but it at least gets us to the point where we don't have to keep two different repositories in sync. In particular, there are still two separate build systems (one for notatrix and one for ud-annotatrix) so any changes to notatrix will require running

$ cd notatrix
$ npm run build
$ cd ..
$ npm run build

We can definitely improve on this in the future :)