sign-language-processing / sign-language-processing.github.io

Documentation and background of sign language processing
111 stars 9 forks source link

Web app display is incomplete #20

Closed arnaudnjita closed 1 year ago

arnaudnjita commented 1 year ago

Hi @AmitMY I cloned the project to my local machine and tried running it but this is what I get after starting the server and opening it in the web browser. Env. specs Windows 11 | Python 3.11.0 | node v16.17 | Chocolatey v1.3.0 | Pandoc 3.1 | GNU Make 4.3

Web image

CMD image

Please any help or idea about why it's running partially? thanks

AmitMY commented 1 year ago

Did you run make ? (or watch make)

arnaudnjita commented 1 year ago

Well when I run make this is what I get image

AmitMY commented 1 year ago

Please first delete /dst, then make. I think there might have been an error the first time it was made. If there is an error, please type it here (if you re-run make without changing anything, it won't do anything)

arnaudnjita commented 1 year ago

So after deleting the /dst folder and running make again I get this

image

I don't really get why it says the syntax of the command is incorrect

AmitMY commented 1 year ago

You seem to be using windows command line. Please use bash instead.

I recommend git bash: https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/Git-2.39.2-32-bit.exe

But you can also just use Bash on Ubuntu on Windows

(Alternatively, we will need to write all of the commands twice - once for windows and once for unix)

arnaudnjita commented 1 year ago

Thanks @AmitMY by using git bash it now runs well, so there has been progress so far.

image

But for some reason it's displaying this "HTTP Error 404: Not Found" as you can see in the skeleton display section even for the web app that is already deployed an available online(Got any clues for this?)

image

image

AmitMY commented 1 year ago

Thanks for letting me know. One of the university servers was down, and has now returned to normal operation.