So, I was trying to use the official “web app” for Lemmy, and, once again, it’s just a link to Github. I’m no programmer and I just want to use the app, but have no clue what all those files are for. The tutorials on YouTube are like 1 hours long and are intended for programmers. It kind of happens more and more (links to github) and it gets me anxious every time. I am not a digital idiot at all, but this lacks information. Thanks!

  • @[email protected]
    link
    fedilink
    101 year ago

    It sounds like you came across documentation for how to host a Lemmy server. Can you explain what it is you’re trying to do? I’m not sure what you mean by “use the official web app.”

      • @[email protected]
        link
        fedilink
        English
        121 year ago

        The link there is for hosting the web app, not for users. You should just go to the URL of your Lemmy home instance.

      • @[email protected]
        link
        fedilink
        81 year ago

        The “official web app” is how people can self-host Lemmy, to access it as a user it’s just the website.

          • @[email protected]
            link
            fedilink
            41 year ago

            If you’re not a developer all you really need to know is how to check a Readme file, and the releases page.

          • @toofarapart
            link
            11 year ago

            What do you want to learn about it? Functionally you can just think about it as a place where people host code collaborate on on code. Your best bet, as another comment pointed out, is to just look at a project’s README, which will usually display on the main project page for a project beneath the directory structure of the project (all the files on folders that are listed).

            Also, at the top of a project page, there’s a bunch of tabs. One of those is an “Issues” tab where you can find and file bug reports.

            Beyond that, it’s hard to explain too much more without talking about what git is and how it works, which is not a small subject.