Unable to run the code. Help Required! #26
-
I tried cloning the repository onto my local machine in order to look into issue #25. When I tried to run the code on my machine it's giving an error |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @darkcheftar , nice that you wanna jump on #25! First info, the area where this is needed is in a different branch. It's in https://github.com/jzillmann/pdf-to-markdown/tree/modularize a rewrite which is happening. Also despite the old code still being there, the development happens in the So into the Let me know if you need more info! |
Beta Was this translation helpful? Give feedback.
-
Hey @jzillmann I want to work on #17, |
Beta Was this translation helpful? Give feedback.
Hey @darkcheftar , nice that you wanna jump on #25!
First info, the area where this is needed is in a different branch. It's in https://github.com/jzillmann/pdf-to-markdown/tree/modularize a rewrite which is happening. Also despite the old code still being there, the development happens in the
core
andui
subfolders.So into the
ui
folder, runnpm
start and http://localhost:3005/ will open.Hope it works (this isn't tested on windows or linux).
Also note that I switched the UI framework from
React
toSvelte
.Let me know if you need more info!