I've been playing around with @cryptadamist ‘s FediAlgo Demo App, and I think it's really really cool!
Highlight some very interesting posts! I may install it on my server and make it available to myself.
https://github.com/michelcrypt4d4mus/fedialgo_demo_app_foryoufeed
#mastoadmin #fedialgo
Highlight some very interesting posts! I may install it on my server and make it available to myself.
https://github.com/michelcrypt4d4mus/fedialgo_demo_app_foryoufeed
#mastoadmin #fedialgo
Comments
I did this really for my own use, but feel free to have a look at it and play around.
Things I notice and like about it:
It works well, even on a single user instance.
The feed looks nice.
Everything happens […]
not surprised the demo app isn't mobile compatible - i don't look at the internet on a phone so i'm unlikely to do anything to better that situation so feel free to submit PRs..
Here it is: https://github.com/michelcrypt4d4mus/fedialgo_demo_app_foryoufeed/pull/2
Not the prettiest, but I’m no designer…
Just dropping down to single column on mobile.
Not rocket science, but it works.
p.s. i've been pushing […]
My main feedback is that I'm struggling to build the production version:
`npm run build` runs fine, but then I get `Uncaught ReferenceError: $RefreshSig$ is not defined` as an error when I visit the files.
Are you able to provide some guidance on this?
I'm still trying […]
(i'm able to build both though i've never tried to actually run the built demo app; i just run it in dev mode with "npm run start")
I don't really want to run the dev mode 'in production’, if that makes sense.
are you running "npm run build" in the demo app and then trying to serve the files in the dist/ folder?
And when I then browse to the `dist/index.html` file I get a blank screen with this message in the console