Javascript frontend

Here’s a lightweight frontend alternative for Mayan EDMS: Nito.
It offers a subset of tasks I use frequently with fewer clicks and a simple display that suits my needs.
It’s still not complete (For instance, I couldn’t yet figure out how to implement searching and how to add documents to favorites using the REST API).
Use it, if you like it; pull requests are welcome.

3 Likes

Thank you for sharing this!

Got it working over the network with:

npm run dev -- --host
2 Likes