Replies: 2 comments 2 replies
-
Okay, I have figured out that librelingo.app is hosted on GitHub Pages from the |
Beta Was this translation helpful? Give feedback.
-
The app is currently being reworked "from scratch" (ported to another technology), and the current main branch has an early version of the reworked app. The reason is because updating to a later version of Svelte presented too many challenges and a series of problems were blocking further development. I decided that in order to unblock further development of the front-end code I need to move it to a platform that generates fewer challenges with maintenance. Well, until this work is done, further development is still kinda blocked 😅 But at least it is not possible to unblock |
Beta Was this translation helpful? Give feedback.
-
Hello!
I am very interested in contributing to this project! I would use it for language documentation/revitalization projects that I work on, as well as conlanging for fun. I have a lot of Python experience but only moderate web dev / JS, so I'm still learning and trying things out.
I've forked the repo, gotten my local environment set up with all the dependencies, read various tutorials about React and Next, created a small test course, exported and installed that course, and gotten the server running. The home page with course cards loads correctly (although lacking the nice nav bar seen on librelingo.app), and I can click through to enter a course. But then the course home page is blank except for the language name.
I have tried searching all through the repo to find how the course pages are generated on librelingo.app. For instance, where do the strings "Which of these is" and "Type what you hear" on the exercises come from? I cannot find them in the code.
Is the more up-to-date code in a branch other than
main
which is what is being deployed on the app site?Thanks so much and I really look forward to playing with this app more!
Beta Was this translation helpful? Give feedback.
All reactions