Can Cellek

Results 24 comments of Can Cellek
trafficstars

Ciao @LucaArgentieri! I will be waiting for your pull request!

I managed to solve this issue by loading threejs directly from _app.js. Not the most elegant solution, but seems to be working as intended. Example: https://cancellek.com I think I have...

Todo: - Move username into prompt area - Add title to terminal perhaps? With those changes, we can change title as we want, without relying on the username and "Start...

That is a great idea! I just tested the queries on my end, and it successfully redirected me to the page. What I did was: 1. Update the settings with...

I laughed so hard, which led me think if it was an issue on my side :D I would definetely think your config might be wrong if you haven't already...

Hey @ncvescera, unfortunately statically exporting is not available. It uses api calls so you can only build and host locally instead of using static. This was a requirement due to...

Unfortunately it is how next builds it. Maybe there can be a workaround, but as far as I know it currently does not support that.

Sorry mate, seems like I missed the notification for your report there. Will have a look at that soon. Cheers! Related to [#32](https://github.com/excalith/excalith-start-page/discussions/32#discussioncomment-8232179)

Just realised I forgot to update redundant `yarn export` command on documentation. Since the project got more features, I had to use API calls and exporting a static page won't...

For PM2 I need to do some research, its been ages since I last used it :D Will check it when I find time, but if you find a way...