overture-stack / lectern

Data Schema / Dictionary management system
GNU Affero General Public License v3.0
0 stars 1 forks source link

Add Lectern Client to monorepo #208

Closed joneubank closed 3 weeks ago

joneubank commented 1 month ago

This adds the existing Lectern Client code into this monorepo. Previously this was written and maintained in overture-stack/js-lectern-client. This code will now be maintained in the same directory as the Lectern server so that types and utilities can be shared.

The code added in this request includes a mostly unchanged copy/paste of the lectern client in its most up to date form. A small list of changes were made to make it align with the processes of this repository, including:

This accomplishes the base goals of: #206 , but does not touch the refactoring tasks such as updating the client to use the same types as the server.