Updating setup stuff - #28
Merged
jabbate19 merged 7 commits intoSep 1, 2026
Merged
Conversation
…ger car descriptions
make car cards actually wrap.
…rors for missing environmental variables
|
jabbate19
approved these changes
Sep 1, 2026
tallen42
reviewed
Sep 1, 2026
Contributor
There was a problem hiding this comment.
This change seems unrelated to the rest of the PR.
Also what does it do?
Contributor
Author
There was a problem hiding this comment.
There was some weirdness that I think is my fault, I explained in slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
This is just updating the readme and also adds a convience functions for checking that requred env vars are given when running the server binary.
Why
Setup was already a pain because the documentation was old and inaccurate, even with proper creds.
Test Plan
I just ran it before and after the changes and no differences were observed. I also tested when environmental variables were missing. Before if HOST/PORT/REDIS_URL was not specified there were no clear error messages but the call was failed, some things were automatically filled when missing.
Env Vars
no actual changes, just clearing things up.
Documentation
I updated a lot of the README things for running. I basically just documented what I had to do in order to get it running from mostly scratch.
Checklist