Lemmy UI frontend contribution

Hi, I would like to contribute to lemmys front end UI

I have some experience in frontend development with little experience in backend development.

Is it possible for me to spin up a local front end that is run off an already running backend? Or is the only way to run a backend on my own pc?

I am using windows, and the contribution docs don't mention anything about windows, it has commands to run for Linux/Mac. Would anyone be able to assist?

Is there a more appropriate community for this question? Couldn't find one so hopefully this is good enough here

Thanks

For anyone that comes across this, I used docker to run the backend and then modify the yml config to point to my local front-end

8 points · 5 comments · view on lemmy.world

5 Comments

breadsmasher@lemmy.world · 2 pts · 3y

Everything you need should be here

https://github.com/LemmyNet/lemmy-ui

Documentation on local host development

https://join-lemmy.org/docs/contributors/02-local-development.html

thereddevil@sh.itjust.works · 0 pts · 3y (1 reply)
TheBig2023Meltdown@lemmy.world · 1 pts · 3y

Thank you the matrix chat will help when I next give it a try. I think your link is broken, it says the link is malformed when I try join

But I got a link from the GitHub and that worked

thereddevil@sh.itjust.works · 0 pts · 3y

You could use wsl2 with the Linux commands.

If not, I think all you need is node, yarn (instructions should be on their GitHub) and a way to run postgres.