Closed xiroV closed 6 years ago
Hello, I am only now seeing your open issue on github, sorry about that ! I was in the middle of very significant changes (moving from Angular2 to React), so it might be worth retrying now. I have also reviewed the initial setup, and it was confirmed as working by someone else. Thanks to create-react-app, starting the server will now automatically open the web page at the right address. In your example above, you were connecting directly to the server port (:8000), when in fact you need to connect to the client's port (:3000). That would explain the exception you were seeing. The software if very rough around the edges, but all reports help clean things up, so thanks for doing one !
Hi, This project looks super interesting, so I wanted to try it out. However, I'm having trouble installing the JS libraries with npm (that's what I'm guessing 'npm start' does), and starting the server with
npm run server
gives aTemplateDoesNotExist
exception.What I did I cloned the repository, made sure I had the required packages installed, ran
npm start
.System: Arch Linux 64-bit using Firefox (Since the repositories of Arch Linux is mostly bleeding-edge/rolling release,
python
is Python3 per default. I took this into account, however I changed the first line of geneaprove.py toOutput of
npm start
:Hope I didn't skip through any important part which lead to this, otherwise my apologies. Also I hope that someone can help me get this working.
I've been interested in Genealogy for years, however I haven't found a tool that I really enjoy to use yet. I actually stumpled upon this repo, because I was considering developing something myself.
Cheers!