Vivek on Nostr: Github is able to support this because all their pages are rendered on server. In ...
Github is able to support this because all their pages are rendered on server.
In kanbanstr, the app is fully client side and it runs on the browser.
We need to render it on the server to be able to achieve this. Right now all files are served from Github Pages. It is a free solution.
Even if I get a server to run the app in, some changes in code are also necessary to be able to do this
In kanbanstr, the app is fully client side and it runs on the browser.
We need to render it on the server to be able to achieve this. Right now all files are served from Github Pages. It is a free solution.
Even if I get a server to run the app in, some changes in code are also necessary to be able to do this