Conversation
ehmorris
left a comment
There was a problem hiding this comment.
I just checked out this branch and ran the server locally and it worked!
To make the process easier for people checking out for the first time, I'd suggest adding a small section to the readme with the correct command to run. I'd also add a .sample.env file with the proper key to set the port, and a comment about it being optional, since locally you don't have the advantage of a special .env like you would on Glitch. I was unsure of the key name.
|
Updated readme, and got this running on glitch at ~boundless-olive to make sure it didn't break anything. |
README.md
Outdated
|
|
||
| **TODO** explain how glitch remix / pull request flow works, use docs from community site | ||
|
|
||
| ### Running off Glitch |
There was a problem hiding this comment.
Nice! I might call this "Running Locally" but I don't have a strong preference.
|
awesome! it's working for me. |
|
🚀 PR was released in |
adds dotenv so people working on this locally can set the port value in .env
replaces hard-coded
apppath withpath.resolve(__dirname, ...so that the app can run on local machines as well as on GlitchTo test this locally while Glitch is down, comment out the
glitchButtoncode in public/index.html.Will create a remix with this branch on it when the site's back up.