Replies: 4 comments 25 replies
-
I've gone through and set up a local version of the project from scratch today, and tried to document as I went along in the README. Please give that a shot and feel free to edit/expand the readme (or ask any questions!) anywhere you think I'm missing some details. It's a bit trickier to run locally than I'd imagined, as you have to create your own firebase project to connect to. Perhaps we could try to use the firebase emulator suite to bootstrap this for people running against a local version of firebase services instead of a live version? |
Beta Was this translation helpful? Give feedback.
-
I've followed the steps relatively without issue up to:
where I get an error: |
Beta Was this translation helpful? Give feedback.
-
I'm running on Windows, and I too roughly got to the same spot as @jmviz with running At a glance, I think it would be possible to get it running locally on Windows, but it may require some alternatives (e.g. bootstrapDatabase.ts is currently treated like a bash script). Before I forget, 2 things I did do while setting up was ...
It's currently 1 A.M. and I'm starting to re-read sentences a few times over, so I thought I'd jot this down and continue getting it to work tomorrow. |
Beta Was this translation helpful? Give feedback.
-
There are a couple of open issues that have come up following this discussion (#249, #250, #251), but since several of you have gotten things running and there haven't been any show-stopping discoveries about the code base, I'm leaning towards flipping the switch on opening the codebase soon. Anybody have any reasons we should wait? |
Beta Was this translation helpful? Give feedback.
-
I've invited a couple of folks as contributors to look over the codebase and get it ready for open sourcing. Let's use this discussion to coordinate
I'm not able to add fine-grained permissions for you so please refrain from pushing to master. If you have changes to make please use your own branch and make a PR when done - this will be more straightforward once the repo is public and folks can fork it rather than needing to be added as contributors.
I'd like to get it so that a new contributor can follow steps in the README in order to run the test suite and run the app locally. I'll try to add some basics to the README today but it would be awesome if you folks could try both of those things, ask questions where you get stuck, record any missing steps, etc.
Please use this discussion to note anything else you think we should do before making the source code public! I have done a rough audit for secrets and not found anything, but if you notice anything that you don't think ought to be public definitely speak up!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions