Files
patch-db/client
Matt Hill 6c3079786f handle escaping and honor root pointer (#52)
* handle escaping and honor root pointer

* Update client/lib/json-patch-lib.ts

* Update client/lib/json-patch-lib.ts

Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
2022-10-03 10:56:50 -06:00
..
2021-07-09 15:12:58 -06:00
2022-09-02 15:13:08 -06:00
2022-08-21 14:36:07 -06:00
2021-12-28 15:29:10 -07:00
2021-07-09 15:12:58 -06:00

patch-db Client

This project contains the client modules necessary for any front end utilizing patch-db.

Build steps

First, install node_modules locally to project. From the project root, run:

npm --prefix . install

Next, build source from the project directory:

npm --prefix . run build

Then, update the repository which imports this client. For Start9 contributors, this would be in embassy-os/ui. Run the following command there:

git submodule update --init --recursive

Compare the commits fetched to your knowledge of what is current in patch-db Client. If they do not match for some reason, run:

git submodule update --init --recursive --remote