varkor / quiver

A modern commutative diagram editor for the web.
https://q.uiver.app
MIT License
2.43k stars 83 forks source link

Local version of q.uiver? #199

Closed clafond1 closed 11 months ago

clafond1 commented 11 months ago

I love the q.uiver website, but I was wondering if there is a way to get the application to run on my laptop locally, like without the need for an internet connection. I am not particularly well versed in using make files to build apps (perhaps this is even the wrong way to say it), so I was just wondering if there is a step by step guide on what to do once I download Makefile.txt?

ouboub commented 11 months ago

I love the q.uiver website, but I was wondering if there is a way to get the application to run on my laptop locally, like without the need for an internet connection. I am not particularly well versed in using make files to build apps (perhaps this is even the wrong way to say it), so I was just wondering if there is a step by step guide on what to do once I download Makefile.txt?

that is extremly simple, I did several month ago and it is worth the effort.

supposed you cloned this repository to

/home/onlyme/src/quiver

and compiled, then

open any modern browser select open file and chose /home/onlyme/src/quiver/src/index.html

that is all, use a bookmark to remember, enjoy /home/onlyme/src/quiver

varkor commented 11 months ago

Thanks for explaining, @ouboub!

It will soon be much easier to run quiver locally, once #176 is merged. After that, it will only be necessary to have opened quiver at least once when online, and then you will be able to use it offline subsequently. I hope to merge this feature and push a new version of quiver soon.