From f64955c69d91e578e580b409ba31ac4b3477da96 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 12 Jul 2023 01:28:23 -0400 Subject: Initial commit --- lib/client/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/client/README.md (limited to 'lib/client/README.md') diff --git a/lib/client/README.md b/lib/client/README.md new file mode 100644 index 0000000..18d6eb1 --- /dev/null +++ b/lib/client/README.md @@ -0,0 +1,13 @@ +# @vnuge/cmnext-client + +This directory contains the client-side browser libraries for accessing your CMNext content on your website,. This is to aid in the development of your website and is not required for the operation of CMNext. The file format (api) will be documented on my website eventually. + + +## Getting started +You can find a startup and installation guides on my website + +[Docs and guides](https://www.vaughnnugent.com/resources/software/articles?tags=docs,_cmnext) + + +## License +See the package [README.md](../../README.md) for more information on licensing \ No newline at end of file -- cgit