How to run this project?
I'm genuinely interested in this project, but unfortunately, there are missing instructions on how to set this up locally. I observed that the project uses Shuttle, but there are some missing examples on how to set the config variable.
BTW, nice project 👍 .
I'm genuinely interested in this project, but unfortunately, there are missing instructions on how to set this up locally. I observed that the project uses Shuttle, but there are some missing examples on how to set the config variable.
BTW, nice project 👍 .
First of all, thanks a lot! I really appreciate the support!
I'm coming back to this project after a while of absence, and I will attend this issue.
One way of running this project currently is by running the nix flake, with nix develop.
That will setup your environment, then you can simply run cargo shuttle run, to run locally.
I maybe missing some steps in this comment, but I will address the issue and then I'll come back here to update you. Thanks a lot!