-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Env variables for local dev #82
Comments
Hi! I should probably sort out a better way for people to be able to jump into to local dev, but in the meantime, I'd say sign up for a free firebase account, and replace all the configs in fire-config.js, firebaseAdmin.js, firebaseClient.js, and make a .env file with your own Firebase credentials. As well as making a https://upstash.com/ free account for the server-less redis, or running a redis instance locally. And of course making a lichess API key. Let me know if you run into any other issues! |
Cool! I'll give that a shot when I'm back from vacation.
…On Fri, Aug 20, 2021 at 11:34 AM trevor-ofarrell ***@***.***> wrote:
Hi! I should probably sort out a better way for people to be able to jump
into to local dev, but in the meantime, I'd say sign up for a free firebase
account, and replace all the configs in fire-config.js, firebaseAdmin.js,
firebaseClient.js, and make a .env file with your own Firebase credentials.
As well as making a https://upstash.com/ free account for the server-less
redis, or running a redis instance locally. And of course making a lichess
API key. Let me know if you run into any other issues!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKOGZY4NBWB5F33N66P6STT5Z7YNANCNFSM5CQNRU7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
I'm not sure which of these environment variables are required for local development and which I could just give a dummy value to:
I had to define a PRIVATE_KEY env var to get it to build, and when I tried to load the landing page I got this error:
I've never used firebase so I'm not super familiar with it, but if I need to sign up for an account and use my own information for these, I could do that.
The text was updated successfully, but these errors were encountered: