Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd documentation for local deploy #233
Comments
|
Hi Christian, I've been working on rewriting the entire project for major changes, and I regret to tell you that I may not be able to write documentation for local deployment and contribution until I finish rewriting it. I haven't tested running it on Linux though, based on your log, the error seems to be caused by Thank you for letting me know. |
|
Hi @parkjs814,
It's ok, thanks for your help.
I have uset the env variable
The installation goes further, but I still get an error (see the full log):
If you think it would not be useful to keep debugging this and I should wait for your rewrite, let me know. Thank you! |
|
yes? how to run |
|
Hi @CristianCantoro and @zmwxiaoming, I just finished testing on Ubuntu 18.04 and fixed errors including the one @CristianCantoro mentioned. Thanks for waiting! Also, I will be working on writing documentation soon. |
Hi,
I am trying to run algorithm-visualizer locally, but I am not very expert in running Node.js applications. So, it would be of great help for me if the local deployment process would be documented. Here's what I have tried to do, noting that I get an error at the end.
I have cloned the project and
cdinto the directory:git clone https://github.com/algorithm-visualizer/algorithm-visualizer.git && cd algorithm-visualizerI use
nvmto manage my Node.js installation. I have donenpm installand thenpm run build(see the full log)I run
./bin/www(see the full log)Finally I get this error:
If I go to

http://localhost:8080tehe interface is there, but it does not run, for example I get this:Thanks for the great project and thanks in advance for your help.